Fork me on GitHub
#cljs-dev
<
2019-10-11
>
thheller09:10:55

@mfikes can you kick off another closure-library release? the latest closure-compiler isn't compatible with the older versions anymore since they changed goog.define and the older use is now an error.

mfikes11:10:35

That may require @dnolen (I don’t have permissions)

thheller11:10:48

oh ok. thought you did the other intermediate release last time

dnolen12:10:13

I can look at that today

thheller14:10:38

basically it is an error now to use goog.define("goog.DEBUG", true) and must now be used as goog.DEBUG = goog.define("goog.DEBUG", true) (needs the assignment)

thheller14:10:57

was going to put together a patch for goog-define as well