Transform TypeScript into ES.next
Allow parsing of the module assertion attributes in the import statement
Compile objects with duplicate keys to valid strict ES5
Turn async functions into ES2015 generators
Compile ES2015 arrow functions to ES5
Compile exponentiation operator to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Ensure that reserved words are quoted in property accesses
Allow parsing of BigInt literals
Allow parsing of the nullish-coalescing operator
Compile object rest and spread to ES5
Allow parsing of class static blocks
Compile ES2015 object super to ES5
Ensure that reserved words are quoted in object property keys
Ensure that no reserved words are used.
Transform import() expressions
This plugin transforms checks for a private property in an object
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove nullish coalescing operator
Compile optional catch bindings
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile ES2015 Unicode escapes to ES5
Transforms new.target meta property
Remove numeric separators from Decimal, Binary, Hex and Octal literals