Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
A Babel plugin to inject imports to regenerator-runtime
Allow parsing of the module assertion attributes in the import statement
Compile export namespace to ES2015
Transform class static blocks
Compile exponentiation operator to ES5
Vite plugins for component tagging and Tailwind config extraction
Ensure that reserved words are quoted in property accesses
Transform TypeScript into ES.next
Turn async functions into ES2015 generators
Turn JSX into React function calls
Run prettier formatter with rollup
Creating a regular expression for excluding node_modules from babel transpiling except for individual modules
Compile optional catch bindings
Remove nullish coalescing operator
Externalize all packages except the ones passed to this plugin
ESLint plugin for Next.js.
extracts CSS into separate files
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of '#foo in obj' brand checks
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals