diff options
author | 2022-07-11 11:06:59 -0700 | |
---|---|---|
committer | 2022-07-11 11:06:59 -0700 | |
commit | 9bd8e6e604becce8ec9d27e56cca894533027080 (patch) | |
tree | 9cac58c2bb71e511c957f78a566bcff5d2d0b30d /src | |
parent | 3086fff66dcc422ed57709f011f9da187c7c3776 (diff) | |
download | bun-9bd8e6e604becce8ec9d27e56cca894533027080.tar.gz bun-9bd8e6e604becce8ec9d27e56cca894533027080.tar.zst bun-9bd8e6e604becce8ec9d27e56cca894533027080.zip |
Update javascript.zigbun-v0.1.3
Diffstat (limited to 'src')
-rw-r--r-- | src/bun.js/javascript.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bun.js/javascript.zig b/src/bun.js/javascript.zig index 771a5aebc..8ee586024 100644 --- a/src/bun.js/javascript.zig +++ b/src/bun.js/javascript.zig @@ -2814,11 +2814,9 @@ pub const DisabledModule = bun.ComptimeStringMap( .{"child_process"}, .{"http"}, .{"https"}, - .{"net"}, .{"node:child_process"}, .{"node:http"}, .{"node:https"}, - .{"node:net"}, .{"node:tls"}, .{"node:worker_threads"}, .{"tls"}, |