This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Turn JSX into React function calls
Allow parsing of optional catch bindings
Compile object rest and spread to ES5
Allow parsing of async generator functions
Allow parsing of top-level await in modules
Allow parsing of the nullish-coalescing operator
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
Compile ES2015 Unicode escapes to ES5
Turn async generator functions into ES2015 generators
Transforms logical assignment operators into short-circuited assignments
Transform TypeScript into ES.next
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile exponentiation operator to ES5
Compile export namespace to ES2015
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile Unicode property escapes in Unicode regular expressions to ES5.
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Import with sanity.
Ensure that reserved words are quoted in property accesses
Compile optional catch bindings