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 f83b1f7 commit e58cabfCopy full SHA for e58cabf
src/main/cljs/cljs/core.cljs
@@ -11738,5 +11738,9 @@ reduces them without incurring seq initialization"
11738
(*eval* form))
11739
11740
(when ^boolean js/COMPILED
11741
- (when (identical? "nodejs" *target*)
+ (cond
11742
+ (identical? "bundle" *target*)
11743
+ (set! goog/global js/window)
11744
+
11745
+ (identical? "nodejs" *target*)
11746
(set! goog/global js/global)))
0 commit comments