Compile ES2015 Unicode regex to ES5
Allow parsing of the module assertion attributes in the import statement
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
Compile exponentiation operator to ES5
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 that adds istanbul instrumentation to ES6 code
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
A Babel plugin to inject imports to core-js@2 polyfills
Allow parsing of '#foo in obj' brand checks
Runs typescript type checker and linter on separate process.
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