Allows you to build compile-time libraries
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform import() expressions
Turn async generator functions into ES2015 generators
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
A Babel plugin to inject imports to regenerator-runtime
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile export namespace to ES2015
Allow parsing of the module assertion attributes in the import statement
Transform class static blocks
Vite plugins for component tagging and Tailwind config extraction
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Ensure that reserved words are quoted in property accesses
Turn async functions into ES2015 generators
Turn JSX into React function calls
Compile optional catch bindings
Remove nullish coalescing operator
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)