Compile ES2015 Unicode escapes to ES5
Ensure that no reserved words are used.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Remove nullish coalescing operator
Ensure that reserved words are quoted in property accesses
Compile object rest and spread to ES5
Allow parsing of class static blocks
Allow parsing of '#foo in obj' brand checks
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of async generator functions
Turn async functions into ES2015 generators
Transforms new.target meta property
This plugin transforms checks for a private property in an object
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings
Turn JSX into React function calls
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn async generator functions into ES2015 generators
Transforms logical assignment operators into short-circuited assignments
Transform class static blocks
Compile export namespace to ES2015
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.