This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 for...of to ES5
Ensure that reserved words are quoted in object property keys
Add a __source prop to all JSX Elements
Compile ES2015 Unicode regex to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile exponentiation operator to ES5
Allow parsing of import.meta
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
This plugin transforms private class methods
Turn async functions into ES2015 generators
Allow parsing of BigInt literals
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 object super to ES5
Vite as Node.js runtime
Ensure that no reserved words are used.
Allow parsing of optional catch bindings
Allow parsing of the nullish-coalescing operator