Commit 3689991
fix(qa): correct rootDir comment that opens "No rootDir" above one that sets it (#11919)
git history (full clone): the file was created (#3349) with `"rootDir": "."`
and no comment. The very same commit that later broadened it to
`"rootDir": "../../.."` (#7526/#7584) also introduced the seven-line comment
whose opening sentence claims there is none — the contradiction was there from
the moment the comment was written, not a later drift. `git log -S'rootDir'`
on this path finds only those two commits; no earlier form of the file ever
had a bare "no rootDir" state, so disposition is a one-sentence wording fix,
not a removal.
Verified the comment's own argument still holds: the only file in the package
importing outside it (route-ledger-live-mount-parity.dogfood.test.ts) resolves
all five of its relative imports under `../../..`, so the declared rootDir
still never constrains anything. `tsc --showConfig` is byte-identical
before/after (comments are stripped before parsing) — no behaviour change.
Scope: this one file's comment text only, per #10899's standing fence.
Fixes #11476
Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
Co-authored-by: Claude <noreply@anthropic.com>1 parent ce744bc commit 3689991
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments