Add a __source prop to all JSX Elements
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Allow parsing of optional properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
This plugin transforms ES2015 modules to AMD
Ensure that reserved words are quoted in object property keys
This plugin transforms ES2015 modules to SystemJS
Babel plugin to ensure function declarations at the block level are block scoped
Add a __self prop to all JSX Elements
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks
Compile ES2015 for...of to ES5
This plugin transforms ES2015 modules to UMD
Allow parsing of async generator functions
Compile ES2015 Unicode regex to ES5
Compile ES2015 Unicode escapes to ES5
Allow parsing of the nullish-coalescing operator
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of the module assertion attributes in the import statement
Allow parsing of import.meta
Transform TypeScript into ES.next
Compile ES2015 spread to ES5