Skip to content

Commit

Permalink
Merge branch 'main' into port-more-stuff-to-squint
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 20, 2023
2 parents ff4dcde + 1199223 commit a39b40a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"@nextjournal/lezer-clojure": "1.0.0",
"squint-cljs": "link:../squint",
"squint-cljs": "^0.4.54",
"squint-macros": "https://github.com/squint-cljs/squint-macros",
"w3c-keyname": "^2.2.4"
},
"comments": {
Expand Down
2 changes: 1 addition & 1 deletion squint.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:paths ["src-shared" "src-squint" "test"]
{:paths ["src-shared" "src-squint" "test" "node_modules/squint-macros/src"]
:output-dir "dist"}
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,16 @@ source-map@^0.5.6:
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

"squint-cljs@link:../squint":
squint-cljs@^0.4.54:
version "0.4.54"
resolved "https://registry.yarnpkg.com/squint-cljs/-/squint-cljs-0.4.54.tgz#95df2b9d89cf97bcd40f7ff4b828484843c7f2cb"
integrity sha512-zw5rxaA7FnEImEtlaeSH7YUaTL71UFwlLTaoENe4Hicrn+9AuStfL9/yc24z0XeXvh3F3HR9FqIIvYDYfiqwTA==
dependencies:
chokidar "^3.5.3"

"squint-macros@https://github.com/squint-cljs/squint-macros":
version "0.0.0"
uid ""
resolved "https://github.com/squint-cljs/squint-macros#57cb4e2f71cd74294139872ef7ba60ab946960dd"

stream-browserify@^2.0.1:
version "2.0.2"
Expand Down

0 comments on commit a39b40a

Please sign in to comment.