Allow parsing of object rest/spread
Allow parsing of '#foo in obj' brand checks
Compile inline regular expression modifiers
Compile object rest and spread to ES5
Remove nullish coalescing operator
Allow parsing of class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Vite plugins for component tagging and Tailwind config extraction
Compile ES2015 spread to ES5
This plugin transforms checks for a private property in an object
Transform import() expressions
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Allow parsing of async generator functions
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Allows administrators and authorized users to sign in as another user from the profile menu.
Turn JSX into React function calls
Add displayName to React.createClass calls
Utilities for building ESLint plugins.
Allow parsing of BigInt literals
Transforms logical assignment operators into short-circuited assignments
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Compile ES2015 object super to ES5