Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators
Apex commands
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async functions into ES2015 generators
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
Compile optional catch bindings
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Transform class static blocks
Remove nullish coalescing operator
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile export namespace to ES2015
Allow parsing of '#foo in obj' brand checks
Compile inline regular expression modifiers
generate source code in multiple languages from typescript
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Parse regular expressions' unicodeSets (v) flag.
Mark top-level React method calls as pure for tree shaking
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Add displayName to React.createClass calls
Compile `using` and `await using` declarations to ES2015
A Babel plugin to inject imports to regenerator-runtime