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