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

Optionally enable external-helpers in tests #12982

Merged
merged 3 commits into from Mar 8, 2021

Commits on Mar 8, 2021

  1. Optionally enable external-helpers in tests

    babel#12911 was a breaking change that now requires you to keep `babel-plugin-external-helpers` in your `package.json`. It'll will probably be unnoticeable for most, because another dependency could transitively depend on it, but AMP recently hit it when cleaning up our deps.
    jridgewell committed Mar 8, 2021
    Copy the full SHA
    6c46514 View commit details
    Browse the repository at this point in the history
  2. Cast to boolean

    jridgewell committed Mar 8, 2021
    Copy the full SHA
    54b23f9 View commit details
    Browse the repository at this point in the history
  3. Fix package name

    jridgewell committed Mar 8, 2021
    Copy the full SHA
    111f9e8 View commit details
    Browse the repository at this point in the history