Compile ES2015 classes to ES5
This plugin transforms ES2015 modules to CommonJS
Add a __self prop to all JSX Elements
Helper function to replace certain member expressions with function calls
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Transform TypeScript into ES.next
Explode async and generator functions into a state machine.
Helper to wrap functions inside a function call.
Babel preset for all React plugins.
Turn async functions into ES2015 generators
Compile class public and private fields, private methods and decorators to ES6
Compile exponentiation operator to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
This plugin transforms ES2015 modules to AMD
Transform optional chaining operators into a series of nil checks
This plugin transforms ES2015 modules to SystemJS
Allow parsing of the logical assignment operators
Allow parsing of optional catch bindings
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of top-level await in modules