Allow parsing of BigInt literals
Compile ES2015 object super to ES5
Allow parsing of async generator functions
Compile ES2015 Unicode escapes to ES5
Allow parsing of the nullish-coalescing operator
Ensure that no reserved words are used.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of the module assertion attributes in the import statement
This plugin transforms checks for a private property in an object
Allow parsing of object rest/spread
Transform import() expressions
Compile object rest and spread to ES5
Transform TypeScript into ES.next
Transforms new.target meta property
Allow parsing of class static blocks
Compile exponentiation operator to ES5
Ensure that reserved words are quoted in property accesses
Turn async generator functions into ES2015 generators
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn JSX into React function calls
Turn async functions into ES2015 generators
Transform class static blocks
Compile optional catch bindings