Logged an issue surrounding goog.math.Long
https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3219
thanks will take a look
@mfikes fixed
Cool. At this point, I think we have patches queued for all currently known issues.
(Surrounding the latest changes, of course. 😉 )
anything else I should look at?
Yeah, there are 2 or 3 CI ones... just a sec...
thanks!
https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3218 https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3217 https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3215 The 2nd and 3rd are trivial. The 1st is probably the only with any import.
approved those two, go for it
looking at the first now
@mfikes ah yeah that's pretty trivial too - pushed what should be fix to master - feel free to resolve if that works for you
Cool!
goog.module
was really a bad idea - goog.base used to be pretty simple - I see it's kind of complicated mess now
at first I thought it was a bit clever but the whole runtime transpile thing is a kludge