google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

JavaScript syntax highlight errors #173

Closed rommana closed 4 years ago

rommana commented 5 years ago

Hi Team,

can't you fix javascript errors like this ? Screen Shot 2019-08-03 at 6 41 47 PM

crdev commented 4 years ago

Hey,

Are those legitimate notes/warnings/errors? I would assume, the inline JS is handled by the respective JavaScript plugin and you should rather disable the error reporting in its settings, if available.

https://stackoverflow.com/questions/54551923/how-to-fix-this-warning-var-used-instead-of-let-or-const-jslint-in-phpstro might also be helpful.