Allows you to build compile-time libraries
A Babel plugin to inject imports to core-js@2 polyfills
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
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of import.meta
Allow parsing of '#foo in obj' brand checks
Babel plugin to ensure function declarations at the block level are block scoped
Remove nullish coalescing operator
Allow parsing of object rest/spread
Compile ES2015 block scoping (const and let) to ES5
Compile objects with duplicate keys to valid strict ES5
Allow parsing of async generator functions
Apply ES2015 function.name semantics to all functions
Add displayName to React.createClass calls
Allow parsing of the logical assignment operators
Compile ES2015 arrow functions to ES5
Allow parsing of class static blocks
Compile ES2015 spread to ES5
This plugin transforms checks for a private property in an object