A Babel preset for each environment.
Compile regular expressions using named groups to ES5.
Allow parsing of '#foo in obj' brand checks
Allow parsing of class static blocks
Compile optional catch bindings
Allow parsing of the nullish-coalescing operator
Vite as Node.js runtime
Allow parsing of optional properties
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
Turn async generator functions into ES2015 generators
Babel plugin to ensure function declarations at the block level are block scoped
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
Compile export namespace to ES2015
Transform TypeScript into ES.next
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.
Transform class static blocks
This plugin transforms ES2015 modules to AMD
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`