Compile exponentiation operator to ES5
Ensure that reserved words are quoted in property accesses
Turn async functions into ES2015 generators
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings
Remove nullish coalescing operator
ESLint plugin for Next.js.
A Babel plugin to inject imports to core-js@2 polyfills
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Allow parsing of '#foo in obj' brand checks
Allow parsing of async generator functions
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Mark top-level React method calls as pure for tree shaking
Core istanbul API for JS code coverage
Allow parsing of the flow syntax
Compile `using` and `await using` declarations to ES2015
Add displayName to React.createClass calls
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Compile regular expressions using duplicate named groups to index-based groups.
Utilities for building ESLint plugins.