Collection of helper functions used by Babel transforms.
Helper function to replace certain member expressions with function calls
Compile ES2015 for...of to ES5
The compat-data to determine required Babel plugins
Allow parsing of import.meta
Like lodash isEqualWith but for shallow equal.
Compile ES2015 spread to ES5
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Helper functions on Babel compilation targets
Babel Types is a Lodash-esque utility library for AST nodes
Babel helper functions for implementing ES6 module transformations
Allow parsing of object rest/spread
Allow parsing of BigInt literals
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
copy some files
Babel helper to create your own polyfill provider
Helper function to remap async functions to generators
Transforms new.target meta property
A collection of JavaScript globals for Babel internal usage
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of class static blocks