Compile ES2015 Unicode regex to ES5
Transform TypeScript into ES.next
Allow parsing of import.meta
Turn async functions into ES2015 generators
Apply ES2015 function.name semantics to all functions
Allow parsing of object rest/spread
Compile exponentiation operator to ES5
Compile ES2015 arrow functions to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of BigInt literals
Adds TypeScript support to Gatsby
Compile ES2015 object super to ES5
Compile object rest and spread to ES5
Ensure that no reserved words are used.
Transform import() expressions
This plugin transforms checks for a private property in an object
Compile objects with duplicate keys to valid strict ES5
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in property accesses
Ensure that reserved words are quoted in object property keys
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove nullish coalescing operator
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transforms new.target meta property