File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
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.4.29 (2025-07-11)
4
+
5
+ - Fix ` not= ` , used incorrectly inlined version of squint
6
+
3
7
## 0.4.28 (2025-05-12)
4
8
5
9
- Fix [ #154 ] ( https://github.com/squint-cljs/cherry/issues/154 ) : ` cherry.embed/eval-form `
Original file line number Diff line number Diff line change 4
4
org.babashka/sci {:mvn/version " 0.6.37" }
5
5
io.github.squint-cljs/squint
6
6
#_{:local/root " /Users/borkdude/dev/squint" }
7
- {:git/sha " 95904d5c7f1e9fa7574baf0cdf37541de0bfcb82 " }
7
+ {:git/sha " 94433e40a884d14756b5e3cd1be82fec0f34700f " }
8
8
funcool/promesa {:mvn/version " 11.0.678" }}
9
9
10
10
:aliases
Original file line number Diff line number Diff line change @@ -526,6 +526,9 @@ IReset (-reset! [this v]
526
526
(str/index-of javascript " foo = function" )
527
527
(str/index-of javascript " use serverless" )))))))
528
528
529
+ (deftest not=-test
530
+ (is (false ? (jsv! " (not= {:a 1} {:a 1})" ))))
531
+
529
532
(defn init []
530
533
(cljs.test/run-tests 'cherry.compiler-test 'cherry.jsx-test 'cherry.squint-and-cherry-test
531
534
'cherry.html-test 'cherry.embed-test))
You can’t perform that action at this time.
0 commit comments