This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of BigInt literals
Compile trailing function commas to ES5
Remove nullish coalescing operator
Allow parsing of the nullish-coalescing operator
Allow parsing of class static blocks
Ensure that reserved words are quoted in property accesses
Compile ES2015 object super to ES5
Ensure that reserved words are quoted in object property keys
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
Compile ES2015 Unicode escapes to ES5
Compile optional catch bindings
Transforms new.target meta property
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of async generator functions
Babel compiler core.
A Babel plugin to inject imports to core-js@2 polyfills
Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators