Apply ES2015 function.name semantics to all functions
Allow parsing of the exponentiation operator
Transform TypeScript into ES.next
Compile ES2015 Unicode regex to ES5
Compile ES2015 unicode string and number literals to ES5
Transform optional chaining operators into a series of nil checks
Compile ES2015 template literals to ES5
Turn async functions into ES2015 generators
Compile ES2015 arrow functions to ES5
Compile exponentiation operator to ES5
Compile objects with duplicate keys to valid strict ES5
Ensure that reserved words are quoted in object property keys
Remove nullish coalescing operator
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
Compile object rest and spread to ES5
Transform import() expressions
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Ensure that no reserved words are used.
Self-healing markdown. Intelligently parses and styles incomplete Markdown blocks.
This plugin transforms checks for a private property in an object
Compile ES2015 Unicode escapes to ES5
Compile ES2015 object super to ES5