Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Add a __self prop to all JSX Elements
Turn async functions into ES2015 generators
Compile ES2015 for...of to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Allow parsing of '#foo in obj' brand checks
Allow parsing of import.meta
Remove nullish coalescing operator
Babel plugin to ensure function declarations at the block level are block scoped
Transform optional chaining operators into a series of nil checks
Allow parsing of object rest/spread
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Compile ES2015 Unicode regex to ES5
Compile ES2015 block scoping (const and let) to ES5
This plugin transforms private class methods
Compile objects with duplicate keys to valid strict ES5
Allow parsing of async generator functions
Apply ES2015 function.name semantics to all functions
Allow parsing of the logical assignment operators