Explode async and generator functions into a state machine.
Helper to wrap functions inside a function call.
Babel preset for all React plugins.
Transform TypeScript into ES.next
Compile exponentiation operator to ES5
Allow parsing of the logical assignment operators
Turn async functions into ES2015 generators
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks
Compile class public and private fields, private methods and decorators to ES6
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
This plugin transforms ES2015 modules to AMD
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions using named groups to ES5.
Compile ES2015 Unicode regex to ES5
This plugin transforms ES2015 modules to SystemJS
This plugin transforms ES2015 modules to UMD
Allow parsing of the module assertion attributes in the import statement
Compile ESNext Regular Expressions to ES5
This plugin transforms private class methods
Babel plugin to ensure function declarations at the block level are block scoped
Remove nullish coalescing operator