Compile ES2015 unicode string and number literals to ES5
Compile ESNext Regular Expressions to ES5
Compile ES2015 template literals to ES5
Allow parsing of '#foo in obj' brand checks
Compile ES2015 block scoping (const and let) to ES5
Ensure that reserved words are quoted in property accesses
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 for...of to ES5
Allow parsing of async generator functions
Apply ES2015 function.name semantics to all functions
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)
Compile ES2015 arrow functions to ES5
Allow parsing of import.meta
Compile optional catch bindings
Allow parsing of BigInt literals
Compile object rest and spread to ES5
Compile ES2015 object super to ES5
Transform import() expressions
A Babel plugin to inject imports to core-js@2 polyfills
Allow parsing of the nullish-coalescing operator
Ensure that no reserved words are used.
Allow parsing of object rest/spread
Ensure that reserved words are quoted in object property keys