File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 659
659
(with-out-str
660
660
(comp/emitln (munge ns-name) " ."
661
661
(ana/munge-global-export dep)
662
- " = goog.global. " (get global-exports (symbol dep)) " ;" )))))
662
+ " = goog.global[ \" " (get global-exports (symbol dep)) " \" ] ;" )))))
663
663
(when (and (seq deps) emit-nil-result?)
664
664
(.append sb " null;" ))))
665
665
Original file line number Diff line number Diff line change 1179
1179
(let [{:keys [global-exports]} (get js-dependency-index (name lib))]
1180
1180
(emitln (munge ns-name) " ."
1181
1181
(ana/munge-global-export lib)
1182
- " = goog.global. " (get global-exports (symbol lib)) " ;" )))
1182
+ " = goog.global[ \" " (get global-exports (symbol lib)) " \" ] ;" )))
1183
1183
(when (-> libs meta :reload-all )
1184
1184
(emitln " if(!COMPILED) " loaded-libs " = cljs.core.into(" loaded-libs-temp " , " loaded-libs " );" ))))
1185
1185
You can’t perform that action at this time.
0 commit comments