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
@brad4d, who's knows about a bunch of the work on supporting ES6+ features in the typechecker, do you know what the status is of typechecking symbol in this way?
Closure Compiler's type warnings show an incorrect type error when using a
symbol
on the left side of anin
expression:This should be updated to allow either a string or symbol on the left side of
in
.(Using
--compilation_level=ADVANCED_OPTIMIZATIONS
,--language_out=ECMASCRIPT5_STRICT
, and Closure Compiler version20180805
The text was updated successfully, but these errors were encountered: