Allow parsing of '#foo in obj' brand checks
A Babel preset for each environment.
Compile regular expressions using named groups to ES5.
Compile optional catch bindings
Transform class static blocks
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of class static blocks
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile inline regular expression modifiers
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
Compile export namespace to ES2015
Transforms logical assignment operators into short-circuited assignments
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Compile Unicode property escapes in Unicode regular expressions to ES5.
Add displayName to React.createClass calls
Dev server middleware for React Native
Turn JSX into React function calls in development