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
When omitting semicolons (bad practice very common in JS land) the tokeniser tries to understand the expressions and give funny errors. I think it should indicate a semi colon is missing
The text was updated successfully, but these errors were encountered:
When omitting semicolons (bad practice very common in JS land) the tokeniser tries to understand the expressions and give funny errors. I think it should indicate a semi colon is missing
The text was updated successfully, but these errors were encountered: