This plugin transforms ES2015 modules to SystemJS
This plugin transforms private class methods
Explode async and generator functions into a state machine.
Compile ES2015 computed properties to ES5
Compile ES2015 Unicode regex to ES5
Compile regular expressions using named groups to ES5.
Compile ES2015 default and rest parameters to ES5
Allow parsing of BigInt literals
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 object super to ES5
Allow parsing of async generator functions
Allow parsing of the nullish-coalescing operator
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of optional catch bindings
This plugin transforms checks for a private property in an object
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
Compile ES2015 Unicode escapes to ES5
Ensure that no reserved words are used.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator