Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaScript] Eliminate goto, add break/continue labels. #1613

Merged
merged 1 commit into from Jun 18, 2018

Conversation

Thom1729
Copy link
Collaborator

  • goto has no meaning in JavaScript, but it was erroneously marked as a keyword.
  • break and continue take optional labels. The syntax did not handle this, leading to bugs in corner cases.
  • continue had no tests at all.

Part of #1600.

@wbond wbond merged commit 72483dd into sublimehq:master Jun 18, 2018
@Thom1729 Thom1729 deleted the javascript-break-continue-labels branch June 18, 2018 18:09
charlievieth pushed a commit to charlievieth/Packages that referenced this pull request Jul 25, 2018
deathaxe pushed a commit to deathaxe/sublime-packages that referenced this pull request Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants