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

Test Babel compiled using an old version of @babel/core #11319

Merged
merged 2 commits into from
Mar 23, 2020

Commits on Mar 23, 2020

  1. Test Babel compiled using an old version of @babel/core

    This should catch regressions where we use a new helper without a fallback
    for older versions, or when we use a new @babel/traverse method.
    nicolo-ribaudo committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9f8aa44 View commit details
    Browse the repository at this point in the history
  2. Enable the test

    nicolo-ribaudo committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6f855dc View commit details
    Browse the repository at this point in the history