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

fix(do-expr): SwitchStatement with IfStatement cases #11728

Merged
merged 12 commits into from Sep 18, 2020

Commits on Jun 17, 2020

  1. test(do-expr): condition before break

    Barron Wei committed Jun 17, 2020
    Copy the full SHA
    7ce7758 View commit details
    Browse the repository at this point in the history
  2. test(do-expr): labeled break

    Barron Wei committed Jun 17, 2020
    Copy the full SHA
    ed71ebf View commit details
    Browse the repository at this point in the history
  3. fix(do-expr): add check for break in BlockStatement

    Barron Wei committed Jun 17, 2020
    Copy the full SHA
    8439fc8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    363e2a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. test(do-expr): rename condition before break to condition before expr…

    …ession
    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    063baf0 View commit details
    Browse the repository at this point in the history
  2. revert(do-expr): undo remove break for do switch

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    38088a1 View commit details
    Browse the repository at this point in the history
  3. revert(do-expr): undo remove labeled break

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    1cbb509 View commit details
    Browse the repository at this point in the history
  4. test(do-expr): add condition before break

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    8cadeb1 View commit details
    Browse the repository at this point in the history
  5. test(do-expr): update condition before break

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    3723a28 View commit details
    Browse the repository at this point in the history
  6. test(do-expr): remove labeled break

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    9510c99 View commit details
    Browse the repository at this point in the history
  7. fix(do-expr): add tree search in findBreak

    Barron Wei committed Jun 18, 2020
    Copy the full SHA
    a3c491a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. fix(do-expr): ignore isFunction case in findBreak

    Barron Wei committed Jun 19, 2020
    Copy the full SHA
    cd1fdbb View commit details
    Browse the repository at this point in the history