You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare for compiling Babel to native ESM (#13414)
* Move dynamic import in `@babel/core` to a CJS file
* Allow compiling to ESM
* Add `USE_ESM` compile-time flag
* Fix `@babel/eslint-parser`
* Provide CJS bundle of `@babel/parser`
* Minor test fixes
* Add CommonJS proxy to `@babel/core` for backward compat
* Test ESM on CI
* TODO: skip failing packages
* Add missing `devDependency` to `@babel/helper-remap-async-to-generator`
* Update contributing.md
* Apply suggestions from self-review
* Update Gulpfile.mjs
* Prettier
* Explicitly use node in makefile
0 commit comments