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 797823b commit 7e11286Copy full SHA for 7e11286
src/main/cljs/cljs/core.cljs
@@ -4124,6 +4124,8 @@ reduces them without incurring seq initialization"
4124
4125
(set! *unchecked-if* false)
4126
4127
+(declare ObjMap)
4128
+
4129
;; CLJS-3200: used by destructure macro for maps to reduce amount of repeated code
4130
;; placed here because it needs apply and hash-map (only declared at this point)
4131
(defn --destructure-map [gmap]
0 commit comments