Compile objects with duplicate keys to valid strict ES5
Turn async functions into ES2015 generators
Compile object rest and spread to ES5
Transform import() expressions
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of BigInt literals
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of class static blocks
Compile ES2015 object super to ES5
Ensure that reserved words are quoted in property accesses
Remove nullish coalescing operator
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of '#foo in obj' brand checks
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn JSX into React function calls
Transforms new.target meta property
Compile optional catch bindings
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
Transform class static blocks
Turn async generator functions into ES2015 generators