Ensure that reserved words are quoted in property accesses
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Transforms logical assignment operators into short-circuited assignments
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to core-js@2 polyfills
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Remove nullish coalescing operator
Compile export namespace to ES2015
Compile optional catch bindings
Allow parsing of '#foo in obj' brand checks
Transform class static blocks
Compile Unicode property escapes in Unicode regular expressions to ES5.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
No description provided.
Compile inline regular expression modifiers
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Compile regular expressions using duplicate named groups to index-based groups.
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Compile `using` and `await using` declarations to ES2015
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517