Skip to content

Commit 66fe018

Browse files
committed
fix: complete the missing nodejs builtin modules
1 parent f58ff9b commit 66fe018

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/node/NodeTargetPlugin.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const builtins = [
3131
"http2",
3232
"https",
3333
"inspector",
34+
"inspector/promises",
3435
"module",
3536
"net",
3637
"os",
@@ -42,8 +43,10 @@ const builtins = [
4243
"punycode",
4344
"querystring",
4445
"readline",
46+
"readline/promises",
4547
"repl",
4648
"stream",
49+
"stream/consumers",
4750
"stream/promises",
4851
"stream/web",
4952
"string_decoder",

0 commit comments

Comments
 (0)