Compile regular expressions using named groups to ES5.
This plugin transforms ES2015 modules to UMD
Compile ES2015 spread to ES5
This plugin transforms private class methods
Remove nullish coalescing operator
Compile ESNext Regular Expressions to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of '#foo in obj' brand checks
Compile ES2015 for...of to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of async generator functions
Ensure that reserved words are quoted in property accesses
Apply ES2015 function.name semantics to all functions
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of import.meta
Compile ES2015 arrow functions to ES5
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile object rest and spread to ES5
Allow parsing of BigInt literals
Allow parsing of object rest/spread
Transform import() expressions
Compile optional catch bindings