We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Closure Compiler's type warnings show an incorrect type error when using a symbol on the left side of an in expression:
symbol
in
src/js/SourceFile:100: WARNING - left side of 'in' found : symbol required: string if ( SYMBOL in record ) { ^^^^^^^^^
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 version 20180805
--compilation_level=ADVANCED_OPTIMIZATIONS
--language_out=ECMASCRIPT5_STRICT
20180805
Closure Compiler's type warnings show an incorrect type error when using a
symbolon the left side of aninexpression: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