This plugin transforms ES2015 modules to AMD
Allow parsing of top-level await in modules
Compile ES2015 spread to ES5
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 Unicode regex to ES5
This plugin transforms private class methods
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
Allow parsing of import.meta
Allow parsing of the module assertion attributes in the import statement
Apply ES2015 function.name semantics to all functions
Compile ES2015 for...of to ES5
Transform TypeScript into ES.next
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of object rest/spread
Compile ES2015 arrow functions to ES5
Compile object rest and spread to ES5
Transform import() expressions
Allow parsing of BigInt literals
Compile exponentiation operator to ES5
Compile ES2015 object super to ES5
This plugin transforms checks for a private property in an object
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile objects with duplicate keys to valid strict ES5