Skip to content

Commit 1199223

Browse files
authored
Improve js-interop stub (#43)
* Improve js-interop stub * Move squint macros to git
1 parent 2da3d79 commit 1199223

File tree

5 files changed

+8
-47
lines changed

5 files changed

+8
-47
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ public/test
1313
out
1414
dist
1515
**/.DS_Store
16+
.nrepl-port

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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"

squint.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{:paths ["src-shared" "src-squint" "test"]
1+
{:paths ["src-shared" "src-squint" "test" "node_modules/squint-macros/src"]
22
:output-dir "dist"}

src-squint/applied_science/js_interop.cljc

Lines changed: 0 additions & 45 deletions
This file was deleted.

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,10 @@ [email protected]:
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+
13491353
stream-browserify@^2.0.1:
13501354
version "2.0.2"
13511355
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz"

0 commit comments

Comments
 (0)