Allow parsing of the module assertion attributes in the import statement
Allow parsing of the logical assignment operators
Transform TypeScript into ES.next
This plugin transforms checks for a private property in an object
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Compile exponentiation operator to ES5
Compile regular expressions using named groups to ES5.
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
Transforms new.target meta property
Turn async functions into ES2015 generators
A lean, modular web server for rapid full-stack development
Generates TypeScript API documentation as Markdown.
Transform import() expressions
Import packages from CDN for the vite plugin
Ensure that reserved words are quoted in property accesses
Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators
Compile object rest and spread to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove nullish coalescing operator
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings