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
1313out
1414dist
1515** /.DS_Store
16+ .nrepl-port
Original file line number Diff line number Diff line change 2121 "@lezer/lr" : " ^1.0.0" ,
2222 "@nextjournal/lezer-clojure" : " 1.0.0" ,
2323 "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"
2526 },
2627 "comments" : {
2728 "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 " ]
22 :output-dir " dist" }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1346,6 +1346,10 @@ squint-cljs@0.3.36:
13461346 chokidar "^3.5.3"
13471347 glob "^10.3.10"
13481348
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+
13491353stream-browserify@^2.0.1 :
13501354 version "2.0.2"
13511355 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