Skip to content

Commit a8cc3cb

Browse files
committed
docs(check-type-source-resolution): record the re-measured paths -> TS6059 leg
Measured on this branch rather than carried over from the filing: the runtime test program goes 191 -> 204 errors under the `paths` remedy, +13, all TS6059 in `packages/services/service-realtime/src/**`, no new code error. Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8 Co-authored-by: Claude <noreply@anthropic.com> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 4ebde56 commit a8cc3cb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/check-type-source-resolution.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,6 +1658,13 @@ function check(root, registry) {
16581658
// #12570 reading over the registry) and nowhere in the text the author reads; the #15978
16591659
// round paid a full cycle for that gap, which is what #16000 records.
16601660
//
1661+
// Re-measured for this card rather than taken from the filing, on the same pair and
1662+
// through the same program: `@objectstack/runtime` -> `@objectstack/service-realtime`
1663+
// via `tsconfig.test.json`, with this message's own remedy applied to
1664+
// `packages/runtime/tsconfig.json`. That program goes from 191 errors to 204 — +13,
1665+
// ALL of them TS6059 naming `packages/services/service-realtime/src/**`, and not one
1666+
// new code error. Every other diagnostic code's count is unchanged.
1667+
//
16611668
// ⚠️ Written as a CONDITION and never as a blanket closure. `paths` remains the correct
16621669
// remedy wherever the consuming program's `rootDir` DOES contain the dependency's source,
16631670
// and a message overstating the closure would turn an author away from a route that is

0 commit comments

Comments
 (0)