Apply ES2015 function.name semantics to all functions
Compile ES2015 for...of to ES5
Transform TypeScript into ES.next
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of object rest/spread
Compile ES2015 arrow functions to ES5
Compile object rest and spread to ES5
Transform import() expressions
Allow parsing of BigInt literals
Compile exponentiation operator to ES5
Compile ES2015 object super to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
This plugin transforms checks for a private property in an object
Allow parsing of the nullish-coalescing operator
Compile objects with duplicate keys to valid strict ES5
Ensure that reserved words are quoted in object property keys
Turn async functions into ES2015 generators
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transforms new.target meta property
Remove nullish coalescing operator
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)
Ensure that reserved words are quoted in property accesses
Turn JSX into React function calls