Compile object rest and spread to ES5
Transform import() expressions
A Babel plugin to inject imports to regenerator-runtime
Compile export namespace to ES2015
Transform class static blocks
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Ensure that reserved words are quoted in property accesses
Vite plugins for component tagging and Tailwind config extraction
Turn async functions into ES2015 generators
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn JSX into React function calls
Compile optional catch bindings
Remove nullish coalescing operator
ESLint plugin for Next.js.
A Babel plugin to inject imports to core-js@2 polyfills
extracts CSS into separate files
Allow parsing of '#foo in obj' brand checks
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.
Allow parsing of async generator functions
Compile inline regular expression modifiers