Compile ESNext Regular Expressions to ES5
Allow parsing of optional properties
Compile ES2015 computed properties to ES5
Compile ES2015 classes to ES5
Add a __source prop to all JSX Elements
This plugin transforms private class methods
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 default and rest parameters to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
This plugin transforms ES2015 modules to UMD
Add a __self prop to all JSX Elements
Allow parsing of class properties
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 destructuring to ES5
Allow parsing of the logical assignment operators
Explode async and generator functions into a state machine.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile ES2015 shorthand properties to ES5
Allow parsing of the module assertion attributes in the import statement
Compile regular expressions using named groups to ES5.
Compile ES2015 for...of to ES5