Babel compiler core.
Turn valid member expression property literals into plain identifiers
Custom parser for ESLint
Treat React JSX elements as value types and hoist them to the highest scope
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Collection of debug messages used by Babel.
Babel plugin for turning __proto__ into a shallow property clone
Collection of helper functions used by Babel transforms.
Turn valid property key literals to plain identifiers
Throw a compile-time error on references to undeclared variables
Acorn fork used by babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel require hook
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
ESLint parser that allows for linting of experimental syntax transformed by Babel
Treat React JSX elements as value types and hoist them to the highest scope
Transform optional chaining operators into a series of nil checks
Transform async/await to promise chains
Remove nullish coalescing operator