n8n/packages/cli
Matsuuu f145021372
chore: add opt-in tsgo (TS7) typecheck trial (no-changelog)
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>
2026-06-05 16:20:07 +03:00
..
bin
scripts fix(cli): Decouple agent library bundle from build:data (#31293) 2026-05-28 15:29:56 +00:00
src feat(core): Add templates to knowledge base (no-changelog) (#31642) 2026-06-04 06:41:13 +00:00
templates feat(Form Trigger Node): Add n8n user authentication option (#30539) 2026-05-27 14:52:32 +01:00
test fix(core): Prevent isUniqueConstraintError false positives (#31284) 2026-06-03 14:23:23 +00:00
BREAKING-CHANGES.md
eslint.config.mjs perf(ai-builder): Defer heavy idle-boot dependencies (-27 MiB heap) (#30834) 2026-05-21 09:28:39 +00:00
jest.config.integration.js chore(core): Run migration tests on PRs (#25181) 2026-02-04 13:29:54 +00:00
jest.config.integration.testcontainers.js ci: Enable Ryuk cleanup for testcontainers (#25848) 2026-02-19 07:27:03 +00:00
jest.config.js feat(core): Introduce mcp-apps package (no-changelog) (#31298) 2026-06-01 15:39:41 +00:00
jest.config.migration.js chore(core): Run migration tests on PRs (#25181) 2026-02-04 13:29:54 +00:00
jest.config.migration.testcontainers.js chore(core): Run migration tests on PRs (#25181) 2026-02-04 13:29:54 +00:00
jest.config.unit.js
nodemon.json
package.json chore: add opt-in tsgo (TS7) typecheck trial (no-changelog) 2026-06-05 16:20:07 +03:00
tsconfig.build.json
tsconfig.json ci: Move isolatedModules back to jest.config (#31062) 2026-05-25 13:54:50 +03:00