Allow parsing of object rest/spread
Compile ES2015 arrow functions to ES5
Compile ES2015 unicode string and number literals to ES5
Compile exponentiation operator to ES5
Compile ES2015 template literals to ES5
Allow parsing of optional catch bindings
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of top-level await in modules
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile ES2015 Unicode regex to ES5
Transform TypeScript into ES.next
Allow parsing of the module assertion attributes in the import statement
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Compile objects with duplicate keys to valid strict ES5
Turn async functions into ES2015 generators
Compile object rest and spread to ES5
Transform import() expressions
Remove nullish coalescing operator
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of BigInt literals
Compile ES2015 Unicode escapes to ES5
Allow parsing of '#foo in obj' brand checks
Remove numeric separators from Decimal, Binary, Hex and Octal literals