Compile optional catch bindings
Allow parsing of the module assertion attributes in the import statement
Allows you to build compile-time libraries
This plugin transforms ES2015 modules to UMD
Transform TypeScript into ES.next
Compile exponentiation operator to ES5
Turn async functions into ES2015 generators
Compile ES2015 for...of to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of import.meta
Babel plugin to ensure function declarations at the block level are block scoped
Allow parsing of '#foo in obj' brand checks
Remove nullish coalescing operator
Allow parsing of object rest/spread
A Babel plugin to inject imports to core-js@2 polyfills
Compile ES2015 block scoping (const and let) to ES5
Compile objects with duplicate keys to valid strict ES5
Apply ES2015 function.name semantics to all functions
Allow parsing of async generator functions
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of the logical assignment operators
Compile ES2015 arrow functions to ES5