Compile object rest and spread to ES5
Allow parsing of '#foo in obj' brand checks
Transforms logical assignment operators into short-circuited assignments
Remove nullish coalescing operator
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Ensure that reserved words are quoted in property accesses
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Babel preset for TypeScript.
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile optional catch bindings
Remote procedure call for client-server communication in Vite plugins
Add displayName to React.createClass calls
Dev server middleware for React Native
Allow parsing of the flow syntax
Create an error from multiple errors
Allow parsing of decorators
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Allow parsing of import()
Dev tools and CLI for React Router
Mark top-level React method calls as pure for tree shaking
Compile regular expressions using duplicate named groups to index-based groups.