Commit e55907a
committed
fix(browser): remove unused requireRef import and void workaround (#83878)
The void requireRef expression in register.navigation.ts silences the
unused-import lint but does not create a real dependency. The import and
its comment are dead code — shared.ts surface documentation belongs in
shared.ts or a barrel export, not as a phantom import in an unrelated
file.
Closes #838781 parent 47fc1c2 commit e55907a
1 file changed
Lines changed: 1 addition & 4 deletions
File tree
- extensions/browser/src/cli/browser-cli-actions-input
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 97 | | |
0 commit comments