Package Exports
- @babel/core
- @babel/core/lib/config
- @babel/core/lib/config/files/configuration
- @babel/core/lib/config/files/configuration.js
- @babel/core/lib/config/files/package
- @babel/core/lib/config/files/package.js
- @babel/core/lib/config/files/plugins
- @babel/core/lib/config/files/plugins.js
- @babel/core/lib/config/index.js
- @babel/core/lib/gensync-utils/async
- @babel/core/lib/gensync-utils/async.js
- @babel/core/lib/gensync-utils/fs
- @babel/core/lib/gensync-utils/fs.js
- @babel/core/lib/index
- @babel/core/lib/index.js
- @babel/core/lib/tools/build-external-helpers
- @babel/core/lib/tools/build-external-helpers.js
- @babel/core/lib/transform
- @babel/core/lib/transform.js
- @babel/core/lib/transformation/block-hoist-plugin
- @babel/core/lib/transformation/block-hoist-plugin.js
- @babel/core/lib/transformation/normalize-file
- @babel/core/lib/transformation/normalize-file.js
- @babel/core/lib/transformation/normalize-opts
- @babel/core/lib/transformation/normalize-opts.js
- @babel/core/lib/transformation/plugin-pass
- @babel/core/lib/transformation/plugin-pass.js
- @babel/core/lib/vendor/import-meta-resolve
- @babel/core/lib/vendor/import-meta-resolve.js
- @babel/core/package
- @babel/core/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@babel/core
Babel compiler core.
See our website @babel/core for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/core
or using yarn:
yarn add @babel/core --dev