Transforms new.target meta property
Allow parsing of top-level await in modules
Compile ES2015 Unicode regex to ES5
Allow parsing of the module assertion attributes in the import statement
Allows you to build compile-time libraries
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Turn JSX into React function calls
Turn async generator functions into ES2015 generators
Compile Unicode property escapes in Unicode regular expressions to ES5.
A Babel plugin to inject imports to regenerator-runtime
Compile export namespace to ES2015
Transform TypeScript into ES.next
Compile exponentiation operator to ES5
Turn async functions into ES2015 generators
Ensure that reserved words are quoted in property accesses
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
A CSS parser, transformer, and minifier written in Rust