Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Allow parsing of the module assertion attributes in the import statement
Transform optional chaining operators into a series of nil checks
Compile export namespace to ES2015
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 regex to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Transform class static blocks
Allow parsing of optional properties
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Mark top-level React method calls as pure for tree shaking
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile `using` and `await using` declarations to ES2015
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Ensure that reserved words are quoted in property accesses
Transform TypeScript into ES.next
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile inline regular expression modifiers
Allow parsing of async generator functions
A Babel plugin to inject imports to regenerator-runtime
Turn async functions into ES2015 generators