Transform TypeScript into ES.next
Ensure that reserved words are quoted in property accesses
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Turn async functions into ES2015 generators
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
React web charting controls for Microsoft fluentui system.
Deprecated experimental Card container components for Fluent UI React.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings
Remove nullish coalescing operator
Basic building blocks for Fluent UI React Component themes
A Babel plugin to inject imports to core-js@2 polyfills
ESLint plugin for Next.js.
extracts CSS into separate files
Allow parsing of '#foo in obj' brand checks
A template literal tag for dedenting Fluent code
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of async generator functions
Compile inline regular expression modifiers
Mark top-level React method calls as pure for tree shaking
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Interface de alto nivel para consultas SQL en Tauri usando tauri-plugin-sql
Compile `using` and `await using` declarations to ES2015