We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529a38 commit 474bfecCopy full SHA for 474bfec
src/main/cljs/cljs/core.cljs
@@ -12678,7 +12678,7 @@ reduces them without incurring seq initialization"
12678
12679
(es6-iterable ObjMap)
12680
12681
-(set! (. ObjMap -EMPTY) (ObjMap. nil (array) (js-obj) empty-ordered-hash))
+(set! (. ObjMap -EMPTY) (ObjMap. nil (array) (js-obj) empty-unordered-hash))
12682
12683
(set! (. ObjMap -fromObject) (fn [ks obj] (ObjMap. nil ks obj nil)))
12684
src/test/cljs/lite_test_runner.cljs
@@ -78,7 +78,7 @@
78
'cljs.printing-test
79
'cljs.new-new-test
80
'cljs.seqs-test
81
- #_'cljs.hashing-test
+ 'cljs.hashing-test
82
'cljs.interop-test ;; ES6 stuff
83
#_'cljs.iterator-test
84
'cljs.reader-test
0 commit comments