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-3438: Inference for goog.object/containsKey returns any, not boolean
- fix desugar-dotted-expr, generated malformed AST in the case of goog.module var
- compiler test for goog.object/containsKey
- uncomment test now passes
... but compiler-tests are failing due
to warning about incorrect usage of
goog.object/get, but that's because
we don't parse options params yet
also need to resolve to the original
goog.module var name and not the local
thing in the namespace
0 commit comments