Allow parsing of the nullish-coalescing operator
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile ES2015 object super to ES5
Transform TypeScript into ES.next
Compile ES2015 sticky regex to an ES5 RegExp constructor
Ensure that no reserved words are used.
Allow parsing of the logical assignment operators
Allow parsing of class static blocks
This plugin transforms checks for a private property in an object
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Compile exponentiation operator to ES5
Compile regular expressions using named groups to ES5.
Allow parsing of the module assertion attributes in the import statement
Transforms new.target meta property
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn async functions into ES2015 generators
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
Transform import() expressions
Import packages from CDN for the vite plugin
Transforms logical assignment operators into short-circuited assignments
Ensure that reserved words are quoted in property accesses