Commit 3d33583
committed
fix: add null guard for result.get(relPath) in typeMap backfill (#558)
The ! non-null assertion was dropped during TS migration. Added an
explicit guard with continue to skip safely when the entry is missing,
preventing silent TypeError on the subsequent property access.1 parent 5d965c9 commit 3d33583
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| 571 | + | |
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
| |||
0 commit comments