We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd7951 commit 4fded9eCopy full SHA for 4fded9e
1 file changed
lib/internal/module.js
@@ -78,8 +78,8 @@ function stripShebang(content) {
78
79
const builtinLibs = [
80
'assert', 'async_hooks', 'buffer', 'child_process', 'cluster', 'crypto',
81
- 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net', 'os',
82
- 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
+ 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'http2', 'https', 'net',
+ 'os', 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
83
'string_decoder', 'tls', 'tty', 'url', 'util', 'v8', 'vm', 'zlib'
84
];
85
0 commit comments