Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit a729fb5

Browse files
author
Peter Rakhunov
committed
add more native node modules
1 parent 38f01f1 commit a729fb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ exports.util = require.resolve('util/util.js');
3737
exports.vm = require.resolve('vm-browserify');
3838
exports.zlib = require.resolve('browserify-zlib');
3939
exports.v8 = require('v8');
40+
exports.async_hooks = require('async_hooks');
41+
exports.http2 = require('http2');

0 commit comments

Comments
 (0)