Turn async functions into ES2015 generators
Allow parsing of BigInt literals
Allow parsing of the nullish-coalescing operator
Compile ES2015 object super to ES5
Ensure that reserved words are quoted in object property keys
Ensure that no reserved words are used.
Remove nullish coalescing operator
This plugin transforms checks for a private property in an object
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Ensure that reserved words are quoted in property accesses
Allow parsing of class static blocks
Compile object rest and spread to ES5
Allow parsing of '#foo in obj' brand checks
Transform import() expressions
Transforms new.target meta property
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
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 optional catch bindings
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills