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

Handle optional control flow in labeled statements, remove unused labels #3170

Merged
merged 5 commits into from Oct 18, 2019

Commits on Oct 18, 2019

  1. Copy the full SHA
    04a3013 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c683175 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5964956 View commit details
    Browse the repository at this point in the history
  4. Improve coverage

    lukastaegert committed Oct 18, 2019
    Copy the full SHA
    63914b1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into labeled-statement-errors

    # Conflicts:
    #	src/ast/nodes/BreakStatement.ts
    #	src/ast/nodes/ContinueStatement.ts
    #	src/ast/nodes/DoWhileStatement.ts
    #	src/ast/nodes/ForInStatement.ts
    #	src/ast/nodes/ForStatement.ts
    #	src/ast/nodes/SwitchStatement.ts
    #	src/ast/nodes/WhileStatement.ts
    lukastaegert committed Oct 18, 2019
    Copy the full SHA
    50957a6 View commit details
    Browse the repository at this point in the history