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
Obviously this is a syntax error, however CC does not throw any exceptions. I've tried other engines, and they all throw SyntaxError, So i suspect it's a bug.
The text was updated successfully, but these errors were encountered:
According to the Rules of Automatic Semicolon Insertion:
"a semicolon is never inserted automatically if the semicolon would then be parsed as an empty statement"
Fix#6351Fix#6553 (Closed as duplicate)
Fix#5128
Chakra Version
Latest Commit 9e2f198 (Release Version)
Test case
Execution steps
Expected behavior
Actual behavior
Description
Obviously this is a syntax error, however CC does not throw any exceptions. I've tried other engines, and they all throw SyntaxError, So i suspect it's a bug.
The text was updated successfully, but these errors were encountered: