Commit 437fd47
committed
test(scripts): type the roster wiring in the .mts gate
scripts/check-test-typecheck.mts is the one .mts file in the batch and it
is reached by the root `tsc --noEmit`, so the untyped `battery()` /
`registerCase()` / `floorFailure()` insertions added 7 raw errors and
drifted the frozen DEBT entry for @objectstack/spec-monorepo upward
(26 -> 33, measured). Typing the wiring and widening the roster to
`Readonly<Record<string, number>>` puts the count back at its recorded
26 with check:type-check-debt green.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018Swfxm6gT9ESmjSS7pqfVw1 parent 91cb5d0 commit 437fd47
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
558 | | - | |
559 | | - | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
| 1021 | + | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| |||
0 commit comments