Compile ES2015 template literals to ES5
Compile exponentiation operator to ES5
Add a __self prop to all JSX Elements
Compile ES2015 Unicode escapes to ES5
Allow parsing of the module assertion attributes in the import statement
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile ES2015 for...of to ES5
This plugin transforms private class methods
Turn async functions into ES2015 generators
Allow parsing of import.meta
Allow parsing of BigInt literals
Compile ES2015 object super to ES5
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Ensure that no reserved words are used.
Allow parsing of the nullish-coalescing operator
Vite as Node.js runtime
This plugin transforms ES2015 modules to UMD
Parse regular expressions' unicodeSets (v) flag.
Syntax highlight JavaScript strings for output in terminals.
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
Transforms new.target meta property
Compile objects with duplicate keys to valid strict ES5