Ensure that reserved words are quoted in object property keys
Turn JSX into React function calls in development
Transform optional chaining operators into a series of nil checks
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Vite plugins for component tagging and Tailwind config extraction
Allow parsing of the module assertion attributes in the import statement
Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of BigInt literals
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile exponentiation operator to ES5
Ensure that no reserved words are used.
Ensure that reserved words are quoted in property accesses
Dailymotion plugin for apiNG
Compile ES2015 Unicode escapes to ES5
Turn JSX into React function calls
Compile ES2015 object super to ES5
Remove nullish coalescing operator
Transforms new.target meta property
Allow parsing of '#foo in obj' brand checks
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transform class static blocks
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async generator functions into ES2015 generators