Commit 7ec9cbe
fix(kernel-utils): suppress noUncheckedIndexedAccess false positive in makeRemoteSection
The E() proxy index lookup returns T|undefined under noUncheckedIndexedAccess,
but method is always present — it comes from Object.keys(methodGuards).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent da28d7d commit 7ec9cbe
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments