Skip to content

Commit

Permalink
revert usage of helper from CLJS-3200 fix, it seems it causes a stran…
Browse files Browse the repository at this point in the history
…ge JavaScriptCore failure in CI
  • Loading branch information
swannodette committed Aug 5, 2020
1 parent 4c78017 commit ffbdf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
(core/let [gmap (gensym "map__")
defaults (:or b)]
(core/loop [ret (core/-> bvec (conj gmap) (conj v)
(conj gmap) (conj `(--destructure-map ~gmap))
(conj gmap) (conj `(if (implements? ISeq ~gmap) (apply cljs.core/hash-map ~gmap) ~gmap))
((core/fn [ret]
(if (:as b)
(conj ret (:as b) gmap)
Expand Down

0 comments on commit ffbdf90

Please sign in to comment.