File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 659659 (with-out-str
660660 (comp/emitln (munge ns-name) " ."
661661 (ana/munge-global-export dep)
662- " = goog.global. " (get global-exports (symbol dep)) " ;" )))))
662+ " = goog.global[ \" " (get global-exports (symbol dep)) " \" ] ;" )))))
663663 (when (and (seq deps) emit-nil-result?)
664664 (.append sb " null;" ))))
665665
Original file line number Diff line number Diff line change 11791179 (let [{:keys [global-exports]} (get js-dependency-index (name lib))]
11801180 (emitln (munge ns-name) " ."
11811181 (ana/munge-global-export lib)
1182- " = goog.global. " (get global-exports (symbol lib)) " ;" )))
1182+ " = goog.global[ \" " (get global-exports (symbol lib)) " \" ] ;" )))
11831183 (when (-> libs meta :reload-all )
11841184 (emitln " if(!COMPILED) " loaded-libs " = cljs.core.into(" loaded-libs-temp " , " loaded-libs " );" ))))
11851185
You can’t perform that action at this time.
0 commit comments