Compile ES2015 arrow functions to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of BigInt literals
Remove nullish coalescing operator
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Allow parsing of class static blocks
Compile ES2015 object super to ES5
Ensure that reserved words are quoted in property accesses
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.
Compile object rest and spread to ES5
Allow parsing of '#foo in obj' brand checks
Transform import() expressions
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
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
Turn async generator functions into ES2015 generators
Transforms logical assignment operators into short-circuited assignments