Enforce strict Effect tsgo migrations

This commit is contained in:
elpresidank 2026-06-01 23:19:54 -05:00
parent 64fb23e7d0
commit f6878d4dd7
49 changed files with 5547 additions and 3250 deletions

View file

@ -6,7 +6,8 @@
"dev": "bunx --bun turbo dev",
"lint": "bunx --bun turbo lint",
"test": "bunx --bun turbo test",
"check:tsgo": "tsgo -b tsconfig.json",
"check": "bun run check:tsgo",
"check:tsgo": "effect-tsgo patch && tsgo -b tsconfig.json",
"inventory:classes": "bun scripts/inventory-native-classes.ts",
"workbench:qa": "bun run --cwd packages/workbench qa:browser",
"prepare": "effect-tsgo patch",
@ -48,7 +49,7 @@
"@effect/vitest": "4.0.0-beta.75",
"@types/bun": "^1.3.13",
"@types/node": "^25.7.0",
"@typescript/native-preview": "^7.0.0-dev.20260511.1",
"@typescript/native-preview": "7.0.0-dev.20260511.1",
"falkordb": "^5.0.0",
"nats": "^2.29.0",
"pdf-lib": "^1.17.1",