I\'m using Google Closure Compiler application (command line interface). When I run it I get the below error.
deploy/js/Home.js:40: ERROR - Parse error. inva
If you already have tons of soy files, and don't want to change everthing in every soy file, you can pass a flag to the compiler:
--compiler_flags="--language_in=ECMASCRIPT5"
It worked out well for me.