Transform TypeScript into ES.next
Clean up error stack traces
Transform optional chaining operators into a series of nil checks
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Add a __source prop to all JSX Elements
Compile ES2015 sticky regex to an ES5 RegExp constructor
Allow parsing of object rest/spread
Compile ES2015 Unicode regex to ES5
Compile exponentiation operator to ES5
Add a __self prop to all JSX Elements
Allow parsing of the module assertion attributes in the import statement
Turn async generator functions into ES2015 generators
Compile ES2015 Unicode escapes to ES5
This plugin transforms private class methods
Allow parsing of class static blocks
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Turn async functions into ES2015 generators
Parse regular expressions' unicodeSets (v) flag.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
This plugin transforms checks for a private property in an object
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings