mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 19:45:09 +02:00
Adds @typescript/native-preview (tsgo) as an opt-in, parallel typecheck backend alongside the existing tsc typecheck. Emit/builds stay on tsc. - Pin @typescript/native-preview in the catalog - Add a typecheck:tsgo script to each non-Vue package (vue-tsc packages excluded; tsgo has no .vue support), via a minimal format-preserving codemod - Add a typecheck:tsgo turbo task + root script; existing typecheck (tsc) unchanged - scripts/tsgo/: idempotent codemod + speed/parity bench Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| BREAKING-CHANGES.md | ||
| eslint.config.mjs | ||
| jest.config.integration.js | ||
| jest.config.integration.testcontainers.js | ||
| jest.config.js | ||
| jest.config.migration.js | ||
| jest.config.migration.testcontainers.js | ||
| jest.config.unit.js | ||
| nodemon.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||