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

Enable import.meta by default in @babel/parser (#11364) #11406

Merged
merged 3 commits into from May 24, 2020

Commits on Apr 24, 2020

  1. ❌ Enable import.meta by default in @babel/parser (babel#11364)

    * move files, remove hasPlugin() & expectPlugin()
    kik-o authored and nicolo-ribaudo committed Apr 24, 2020
    Copy the full SHA
    549ca12 View commit details
    Browse the repository at this point in the history
  2. FIx: removed redundant test, re-added relevant test, updated Errors o…

    …bject
    
    • Removed "without-dynamic-import" test as
    • Removed unused code from the Errors object
    • Re-added relevant importMeta test
    kik-o authored and nicolo-ribaudo committed Apr 24, 2020
    Copy the full SHA
    0cf8307 View commit details
    Browse the repository at this point in the history
  3. Revert parse.js

    nicolo-ribaudo committed Apr 24, 2020
    Copy the full SHA
    2393e42 View commit details
    Browse the repository at this point in the history