Closed swannodette closed 9 years ago
Instead we need to patch goog.provide and goog.writeScriptTag_. The previous approach will fail when loading namespaces never explicitly required in the client code. This fix has been landed in ClojureScript master already for the browser REPL.
goog.provide
goog.writeScriptTag_
Thanks, David!
Instead we need to patch
goog.provide
andgoog.writeScriptTag_
. The previous approach will fail when loading namespaces never explicitly required in the client code. This fix has been landed in ClojureScript master already for the browser REPL.