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
This is caused by transpilation. See #3856 and #2007.
Compiler versions past ac3e330 will default to not transpiling. If you're using an older version you can set --language_out=ECMASCRIPT_NEXT. If you're using a newer version, are you setting --language_out explicitly? You'd need to remove that.
I spotted this bug in the Google online compiler https://closure-compiler.appspot.com/ which is managed by Google so I reported this, and thanks.
By default, clicking "Whitespace only" in the online compiler should include the line // @language_out ECMASCRIPT_NEXT which is causing the issue.
Again, thanks for this and I have reported the bug there
A
for(const row of rows)
returns $jscomp and loads of junk JavaScript code that won't run.The text was updated successfully, but these errors were encountered: