Commit a810190
Restore fixture files needed for TypeScript type resolution
The .ts fixture files and usage.gts placeholder are required because:
1. The tsconfig glob must match a physically-existing file for TypeScript
to include it in the project.
2. The rule only checks ImportBinding definitions, so TypeScript must
resolve the imports and read @deprecated from the source files.
Added a comment in the test explaining why these files are needed and
why other rules can use virtual filenames without real files.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent a6cd56a commit a810190
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
| |||
0 commit comments