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 0bf4c3f commit 997da9eCopy full SHA for 997da9e
src/main/cljs/cljs/core.cljs
@@ -10529,8 +10529,8 @@ reduces them without incurring seq initialization"
10529
(do
10530
(-write writer "#js ")
10531
(print-map
10532
- (map (fn [k]
10533
- (MapEntry. (cond-> k (some? (re-matches #"[A-Za-z_\*\+\?!\-'][\w\*\+\?!\-']*" k)) keyword) (unchecked-get obj k) nil))
+ (.map (fn [k]
+ (MapEntry. (cond-> k (some? (re-matches #"[A-Za-z_\*\+\?!\-'][\w\*\+\?!\-']*" k)) keyword) (unchecked-get obj k) nil))
10534
(js-keys obj))
10535
pr-writer writer opts))
10536
0 commit comments