Commit bccd994 1 parent 37a79e1 commit bccd994 Copy full SHA for bccd994
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ Cherry] ( https://github.com/squint-cljs/cherry ) : Experimental ClojureScript to ES6 module compiler
2
2
3
+ ## 0.3.23 (2024-10-05)
4
+
5
+ - Fix referring to vars in other namespaces globally
6
+
3
7
## 0.3.22 (2024-09-13)
4
8
5
9
- Allow ` defclass ` to be referenced through other macros, e.g. as ` cherry.core/defclass `
Original file line number Diff line number Diff line change 5
5
org.babashka/sci {:mvn/version " 0.6.37" }
6
6
io.github.squint-cljs/squint
7
7
#_{:local/root " /Users/borkdude/dev/squint" }
8
- {:git/sha " 8df5c90ec37ab7d8ddf1c6d73ab7d96e0597a2cf " }
8
+ {:git/sha " a6cd645ac6a06605a5207766e93ceba5912ca694 " }
9
9
funcool/promesa {:mvn/version " 11.0.678" }}
10
10
11
11
:aliases
Original file line number Diff line number Diff line change 2
2
"type" : " module" ,
3
3
"name" : " cherry-cljs" ,
4
4
"sideEffects" : false ,
5
- "version" : " 0.3.22 " ,
5
+ "version" : " 0.3.23 " ,
6
6
"files" : [
7
7
" cljs.core.js" ,
8
8
" lib" ,
You can’t perform that action at this time.
0 commit comments