Allow parsing of the nullish-coalescing operator
Remove numeric separators from Decimal, Binary, Hex and Octal literals
This plugin transforms checks for a private property in an object
Allow parsing of optional catch bindings
Allow parsing of the module assertion attributes in the import statement
Allow parsing of top-level await in modules
Transform import() expressions
Transform TypeScript into ES.next
Allow parsing of class static blocks
Transforms new.target meta property
Ensure that no reserved words are used.
Compile ES2015 Unicode escapes to ES5
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile exponentiation operator to ES5
Compile object rest and spread to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn JSX into React function calls
Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators
Turn async functions into ES2015 generators
Ensure that reserved words are quoted in property accesses
Compile optional catch bindings
Compile regular expressions using the `s` (`dotAll`) flag to ES5.