Skip to content

Commit 6baaddc

Browse files
committed
Add 'inspector' to known node modules
1 parent ba4bf21 commit 6baaddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/jsTyping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace ts.JsTyping {
3737
"vm", "child_process", "url", "dns", "net",
3838
"dgram", "fs", "path", "string_decoder", "tls",
3939
"crypto", "stream", "util", "assert", "tty", "domain",
40-
"constants", "process", "v8", "timers", "console"];
40+
"constants", "process", "v8", "timers", "console", "inspector"];
4141

4242
/* @internal */
4343
export const nodeCoreModules = arrayToSet(nodeCoreModuleList);

0 commit comments

Comments
 (0)