You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-812: Recurring from a case statement emits invalid JavaScript
`case*` in analyzer was incorrectly handled, `thens` and `defaults`
needed to analyzed in the same environment as the `case*` expr
itself. In the compiler only handle the `:expr` case where we need to
wrap in a JS function. Add the failing case provided by Luke VanderHart.
goog/deps.js resource name conflict between Google Closure Library and
Google Closure Library Third Party also affected goog/base.js. Add
`cljs.js-deps/goog-resource` helper. Update `cljs.closure` to use it.
CLJS-788: spurious warnings about goog namespaces
Earliers version of the third party lib included populated
goog/deps.js. Add a simple hack to make sure we are considering the
canonical goog/deps.js file.