Compile optional catch bindings
Transform class static blocks
Compile ES2015 for...of to ES5
Compile export namespace to ES2015
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transform TypeScript into ES.next
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of import.meta
Compile exponentiation operator to ES5
Turn async functions into ES2015 generators
Compile objects with duplicate keys to valid strict ES5
extracts CSS into separate files
ESLint plugin for Next.js.
Allow parsing of object rest/spread
A Babel plugin to inject imports to core-js@2 polyfills
Compile inline regular expression modifiers
Allow parsing of '#foo in obj' brand checks
Remove nullish coalescing operator
Allow parsing of class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Allow parsing of async generator functions
Transforms logical assignment operators into short-circuited assignments