This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of the logical assignment operators
Remove nullish coalescing operator
Babel preset for TypeScript.
Transform import() expressions
A Babel preset for each environment.
Allow parsing of '#foo in obj' brand checks
Compile regular expressions using named groups to ES5.
Compile optional catch bindings
Allow parsing of class static blocks
Allow parsing of the nullish-coalescing operator
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Vite as Node.js runtime
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn JSX into React function calls
Remote procedure call for client-server communication in Vite plugins
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object
Compile object rest and spread to ES5
Transforms logical assignment operators into short-circuited assignments
Babel plugin to ensure function declarations at the block level are block scoped
Compile export namespace to ES2015
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.