n8n/scripts
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
..
backend-module refactor: Migrate source control feature to modules (#22453) 2026-01-06 15:59:11 +00:00
licenses fix: Resolve all external licenses in release SBOM (#31231) 2026-05-29 09:09:00 +00:00
mutation-health ci: Exclude test files from mutation-health picker (#31638) 2026-06-03 10:06:49 +00:00
tsgo chore: add opt-in tsgo (TS7) typecheck trial (no-changelog) 2026-06-05 16:20:07 +03:00
block-npm-install.js ci: Block execution of npm install (no-changelog) (#4662) 2022-11-21 12:53:11 +01:00
build-n8n.mjs fix: Resolve all external licenses in release SBOM (#31231) 2026-05-29 09:09:00 +00:00
check-workspace-deps.mjs chore: Fix lefthook config for windows (#22676) 2025-12-08 07:53:13 +02:00
dockerize-n8n.mjs build: Migrate to alpine 3.23, swap Node 25 for Node 26 in CI matrix (#30478) 2026-05-15 15:23:42 +01:00
ensure-zx.mjs build: Add reset script (#10627) 2024-09-03 15:35:13 +03:00
format.mjs test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
grind.mjs ci: Build tsc deps and surface vitest stderr in grind workflow (#31543) 2026-06-02 10:05:57 +00:00
os-normalize.mjs test: Add Playwright smoke spec for Vite dev-server boot (#29539) 2026-05-06 08:49:25 +00:00
prepare.mjs chore: Fix dev setup on windows machines (no-changelog) (#11065) 2025-01-08 13:24:41 +02:00
reset.mjs chore: Add option to reset command to skip the confirmation question (#21369) 2025-10-30 09:58:04 +00:00
scan-n8n-image.mjs ci: Refine Trivy scans, centralizes security config (#26384) 2026-03-02 07:43:29 +00:00
smoke-n8n-image.mjs build: Revert n8n image to alpine 3.22 to restore graphicsmagick GPL pin (#30673) 2026-05-19 08:15:34 +00:00