Collection of helper functions used by Babel transforms
babel module loader for webpack
Collection of debug messages used by Babel.
Babel plugin for default module.exports like babel version 5
Babel plugin to replace the array includes syntax
helper functions that’ll be placed at the top of the generated code
Convert character code getters into plain integers
Allow parsing of async functions
Allow parsing of async generators
Allow parsing of class constructor calls
Allow parsing of class properties
Allow parsing of decorators
Allow parsing of do expressinos
Allow parsing of import
Allow parsing of the exponentiation operator
Allow parsing of export extensions
Allow parsing of the flow syntax
Allow parsing of function bind
Allow parsing of jsx
Allow parsing of object rest/spread
Compile trailing function commas to ES5
Convert async generator functions to ES2015 generators
Convert async functions to Bluebird promises
Turn async functions into ES2015 generators
extend from builtin types
Enable new.target in ES2015 classes
Compile additional export-from statements to ES2015
Compile class and object decorators to ES5
Compile class and object decorators to ES5 (legacy)
replace member expressions and typeof statements with strings
Compile do expressions to ES5
Ensure that reserved words are quoted in property accesses
Ensure that reserved words are quoted in object property keys
Compile the exponentiation operator to ES5
Compile ES2015/ES2016 class properties to ES5
Strip flow type annotations from your output code
Compile the functino bind operator to ES5
fix buggy JScript named function expressions
Compile object rest and spread to ES5
Babel plugin for turning __proto__ into a shallow property clone
Add displayName to React.createClass calls
Turn JSX into React function calls
Add a __self prop to all JSX Elements
Add a __source prop to all JSX Elements
Explode async and generator functions into a state machine
Externalise references to helpers and builtins
Enable strict mode for all files
Babel plugin for Vue 2.0 JSX
Provides polyfills necessary for a full ES2015+ environment
babel preset for transforming your JavaScript for Airbnb