Ensure that reserved words are quoted in property accesses
Split Postgres SQL queries on semicolons
Turn JSX into React function calls
Transform TypeScript into ES.next
Compile optional catch bindings
Remove nullish coalescing operator
ESLint plugin for Next.js.
Turn async functions into ES2015 generators
PostgreSQL adapter for ShareDB. forked from share/sharedb-postgres
extracts CSS into separate files
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
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)
doodoo plugin baas
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
A Babel plugin to inject imports to core-js@2 polyfills
Compile inline regular expression modifiers
Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.
reads PostgreSQL binary format for numeric values into a string
64-bit big-endian signed integer-to-string conversion
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Mark top-level React method calls as pure for tree shaking
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.