Compile regular expressions using named groups to ES5.
Allow parsing of the nullish-coalescing operator
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Ensure that reserved words are quoted in object property keys
Compile regular expressions using duplicate named groups to index-based groups.
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Transforms logical assignment operators into short-circuited assignments
Allow parsing of BigInt literals
Utilities for building ESLint plugins.
Compile object rest and spread to ES5
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Transform import() expressions
Vite plugins for component tagging and Tailwind config extraction
Transform class static blocks
Transforms new.target meta property
Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of decorators
Allow parsing of import()
Turn JSX into React function calls