Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
This plugin transforms private class methods
Compile ES2015 spread to ES5
Compile regular expressions using named groups to ES5.
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 for...of to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 template literals to ES5
Transform optional chaining operators into a series of nil checks
Compile ES2015 sticky regex to an ES5 RegExp constructor
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of import.meta
Compile ES2015 Unicode regex to ES5
Transform TypeScript into ES.next
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Apply ES2015 function.name semantics to all functions
Allow parsing of the module assertion attributes in the import statement
Turn async functions into ES2015 generators