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 bed6301 commit ceba37bCopy full SHA for ceba37b
src/main/cljs/cljs/core.cljs
@@ -12477,7 +12477,7 @@ reduces them without incurring seq initialization"
12477
IPrintWithWriter
12478
(-pr-writer [coll writer opts] (pr-sequential-writer writer pr-writer "[" " " "]" opts coll)))
12479
12480
-(es6-iterable PersistentVector)
+(es6-iterable Vector)
12481
12482
(set! (. Vector -EMPTY) (Vector. nil (array) nil))
12483
0 commit comments