Commit 7c38982
committed
[lldb-dap] Upgrade @types/node to fix TS2386 in node/module.d.ts
Upgrade @types/node to work around an issue in TypeScript [1] that
caused our "publish to VSCode Marketplace" github action [2] to fail:
```
node_modules/@types/node/module.d.ts:290:13 - error TS2386: Overload signatures must all be optional or required.
290 resolve?(specified: string, parent?: string | URL): Promise<string>;
```
[1] microsoft/TypeScript#59259 (comment)
[2] https://github.com/llvm/vscode-lldb/actions/runs/13298213337/job/371347130091 parent 1b582ef commit 7c38982
2 files changed
+8
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments