Compile ES2015 arrow functions to ES5
This plugin transforms ES2015 modules to UMD
Ensure that reserved words are quoted in property accesses
Compile ES2015 spread 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 object property keys
Compile regular expressions using named groups to ES5.
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile optional catch bindings
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile objects with duplicate keys to valid strict ES5
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transform class static blocks
Transform import() expressions
Compile object rest and spread to ES5
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transforms new.target meta property