Compile objects with duplicate keys to valid strict ES5
Vite as Node.js runtime
Transforms new.target meta property
Ensure that no reserved words are used.
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
Allow parsing of '#foo in obj' brand checks
Allow parsing of object rest/spread
This plugin transforms ES2015 modules to UMD
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Syntax highlight JavaScript strings for output in terminals.
Ensure that reserved words are quoted in property accesses
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings
Compile inline regular expression modifiers
Babel preset for TypeScript.
Transform class static blocks
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object
Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
Remote procedure call for client-server communication in Vite plugins
Allow parsing of class static blocks
Allow parsing of the logical assignment operators