JSPM

@babel/core

7.18.10
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 90104345
  • Score
    100M100P100Q230306F
  • License MIT

Babel compiler core.

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/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/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