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 tdz checks in transform-block-scoping plugin #9498

Merged
merged 10 commits into from Jul 21, 2019

Commits on Jul 15, 2019

  1. Better tdz tests

    - Use jest's expect.toThrow/expect.not.toThrow
    - Add input/output tests
    nicolo-ribaudo committed Jul 15, 2019
    Copy the full SHA
    354c9bb View commit details
    Browse the repository at this point in the history
  2. Fix basic tdz (a = 2; let a)

    nicolo-ribaudo committed Jul 15, 2019
    Copy the full SHA
    731ffe9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3987597 View commit details
    Browse the repository at this point in the history
  4. Add tests

    nicolo-ribaudo committed Jul 15, 2019
    Copy the full SHA
    3e8bf10 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    768c7f9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    056486d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    95bb850 View commit details
    Browse the repository at this point in the history
  8. Update helper version

    nicolo-ribaudo committed Jul 15, 2019
    Copy the full SHA
    8ab5b1b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2f1c6d4 View commit details
    Browse the repository at this point in the history
  10. Typo

    nicolo-ribaudo committed Jul 15, 2019
    Copy the full SHA
    f398d1e View commit details
    Browse the repository at this point in the history