Commit 7465f9b
committed
fix: correct NativeAddon.resolveImports signature and remove unused disposeParsers parameter
- types.ts: fix resolveImport and resolveImports signatures to match
actual native call sites in resolve.ts (remove spurious extensions
param, add knownFiles param, fix return type)
- domain/parser.ts: remove unused _parsers parameter from disposeParsers
— no caller ever passes it, and the function always operates on
module-level caches
- domain/analysis/dependencies.ts: move biome-ignore to correct line
(suppression had no effect on wrong line)
Impact: 4 functions changed, 9 affected1 parent 306b833 commit 7465f9b
3 files changed
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1678 | 1678 | | |
1679 | 1679 | | |
1680 | 1680 | | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
| 1681 | + | |
1688 | 1682 | | |
1689 | 1683 | | |
1690 | 1684 | | |
1691 | | - | |
1692 | 1685 | | |
1693 | | - | |
| 1686 | + | |
| 1687 | + | |
1694 | 1688 | | |
1695 | 1689 | | |
1696 | 1690 | | |
| |||
0 commit comments