Skip to content

Commit

Permalink
restore CLJS-3200
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Aug 7, 2020
1 parent 154b19a commit f884af0
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 `(if (implements? ISeq ~gmap) (apply cljs.core/hash-map ~gmap) ~gmap))
(conj gmap) (conj `(--destructure-map ~gmap))
((core/fn [ret]
(if (:as b)
(conj ret (:as b) gmap)
Expand Down

0 comments on commit f884af0

Please sign in to comment.