Commit eb41bcd
committed
fix(service-cluster): re-baseline the type-source-resolution registry for the onboarded test program
Onboarding a `tsconfig.test.json` moves this package's tsc PROGRAM SET, which
`check:type-source-resolution` judges per program. `service-cluster` had NO
`typecheck` script before, so it ran zero counted programs; both deps the gate
now reports are reached only through the program this change added.
Taken on the onboarding limb the registry's own doc-block opens, on its three
stated terms. Provenance measured four ways by varying only what `typecheck`
names: absent with no script, absent naming `tsconfig.json` alone, PRESENT
naming `tsconfig.test.json`. The build program carries no dist-resolved
workspace type import at all, so the exposure is only reachable through the
onboarded program rather than merely first seen there.
`--list` before 57/78 packages, 118 programs, 288 pairs; after 58/78, 119, 290.
+1 package, +1 program, +2 pairs -- this entry and nothing else.
`paths` was measured rather than argued and is the wrong tool here: redirecting
the two deps to source takes the test layer from 0 errors to 435, all TS6059
and all in `packages/spec/src` and `packages/core/src` -- another package's
diagnostics billed to one that cannot pay them down (PR #12570, #8021).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AUF1NoViznQK32gqpK8wS81 parent 0dfedeb commit eb41bcd
1 file changed
Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
589 | 632 | | |
590 | 633 | | |
591 | 634 | | |
| |||
0 commit comments