fix(plugins): stabilize package boundary tsc checks

This commit is contained in:
Vincent Koc
2026-04-07 10:15:03 +01:00
parent 34c78d3ba4
commit 4329d94de3
4 changed files with 178 additions and 65 deletions

View File

@@ -1211,6 +1211,7 @@
"test:extensions": "node scripts/run-vitest.mjs run --config vitest.extensions.config.ts",
"test:extensions:batch": "node scripts/test-extension-batch.mjs",
"test:extensions:memory": "node scripts/profile-extension-memory.mjs",
"test:extensions:package-boundary": "node scripts/check-extension-package-tsc-boundary.mjs",
"test:fast": "node scripts/run-vitest.mjs run --config vitest.unit.config.ts",
"test:force": "node --import tsx scripts/test-force.ts",
"test:gateway": "node scripts/run-vitest.mjs run --config vitest.gateway.config.ts",