File tree Expand file tree Collapse file tree 5 files changed +8
-47
lines changed
src-squint/applied_science Expand file tree Collapse file tree 5 files changed +8
-47
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ public/test
13
13
out
14
14
dist
15
15
** /.DS_Store
16
+ .nrepl-port
Original file line number Diff line number Diff line change 21
21
"@lezer/lr" : " ^1.0.0" ,
22
22
"@nextjournal/lezer-clojure" : " 1.0.0" ,
23
23
"squint-cljs" : " 0.3.36" ,
24
- "w3c-keyname" : " ^2.2.4"
24
+ "w3c-keyname" : " ^2.2.4" ,
25
+ "squint-macros" : " https://github.com/squint-cljs/squint-macros"
25
26
},
26
27
"comments" : {
27
28
"to run squint as a local dependency:" : " bb yarn-install:squint-dev"
Original file line number Diff line number Diff line change 1
- {:paths [" src-shared" " src-squint" " test" ]
1
+ {:paths [" src-shared" " src-squint" " test" " node_modules/squint-macros/src " ]
2
2
:output-dir " dist" }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1346
1346
chokidar "^3.5.3"
1347
1347
glob "^10.3.10"
1348
1348
1349
+ " squint-macros@https://github.com/squint-cljs/squint-macros " :
1350
+ version "0.0.0"
1351
+ resolved "https://github.com/squint-cljs/squint-macros#57cb4e2f71cd74294139872ef7ba60ab946960dd"
1352
+
1349
1353
stream-browserify@^2.0.1 :
1350
1354
version "2.0.2"
1351
1355
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz"
You can’t perform that action at this time.
0 commit comments