Skip to content

Commit

Permalink
Move squint macros to git
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 17, 2023
1 parent 0126bf0 commit 90249dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 47 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"@lezer/lr": "^1.0.0",
"@nextjournal/lezer-clojure": "1.0.0",
"squint-cljs": "0.3.36",
"w3c-keyname": "^2.2.4"
"w3c-keyname": "^2.2.4",
"squint-macros": "https://github.com/squint-cljs/squint-macros"
},
"comments": {
"to run squint as a local dependency:": "bb yarn-install:squint-dev"
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"}
45 changes: 0 additions & 45 deletions src-squint/applied_science/js_interop.cljc

This file was deleted.

4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,10 @@ [email protected]:
chokidar "^3.5.3"
glob "^10.3.10"

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

stream-browserify@^2.0.1:
version "2.0.2"
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz"
Expand Down

0 comments on commit 90249dd

Please sign in to comment.