307 packages
@babel/cli
Babel command line.
@babel/code-frame
Generate errors that contain a code frame that point to source locations.
@babel/compat-data
The compat-data to determine required Babel plugins
@babel/core
Babel compiler core.
@babel/eslint-parser
ESLint parser that allows for linting of experimental syntax transformed by Babel
@babel/eslint-plugin
Companion rules for @babel/eslint-parser
@babel/eslint-plugin-development
ESLint rules that enforce best practices in the development of Babel plugins.
@babel/generator
Turns an AST into code.
@babel/helper-annotate-as-pure
Helper function to annotate paths and nodes with #__PURE__ comment
@babel/helper-bindify-decorators
Helper function to bindify decorators
@babel/helper-builder-binary-assignment-operator-visitor
Helper function to build binary assignment operator visitors
@babel/helper-builder-react-jsx
Helper function to build react jsx
@babel/helper-builder-react-jsx-experimental
Helper function to build react jsx
@babel/helper-call-delegate
Helper function to call delegate
@babel/helper-check-duplicate-nodes
Babel helper module for babel transforms authors to check the AST against duplicated nodes.
@babel/helper-compilation-targets
Helper functions on Babel compilation targets
@babel/helper-create-class-features-plugin
Compile class public and private fields, private methods and decorators to ES6
@babel/helper-create-regexp-features-plugin
Compile ESNext Regular Expressions to ES5
@babel/helper-define-map
Helper function to define a map
@babel/helper-define-polyfill-provider
Babel helper to create your own polyfill provider
@babel/helper-environment-visitor
Helper visitor to only visit nodes in the current 'this' context
@babel/helper-explode-assignable-expression
Helper function to explode an assignable expression
@babel/helper-explode-class
Helper function to explode class
@babel/helper-fixtures
Helper function to support fixtures
@babel/helper-function-name
Helper function to change the property 'name' of every function