Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of optional catch bindings
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of top-level await in modules
Compile exponentiation operator to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Allow parsing of the logical assignment operators
Compile objects with duplicate keys to valid strict ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of object rest/spread
Turn async functions into ES2015 generators
Compile regular expressions using named groups to ES5.
Ensure that reserved words are quoted in property accesses
Transform class static blocks
Allow parsing of BigInt literals
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of '#foo in obj' brand checks
Transform import() expressions
Remove nullish coalescing operator
This plugin transforms checks for a private property in an object