diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-09 22:09:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 22:09:51 -0400 |
commit | 04d402116cb1cb6512fd5f47ab5ee8c3bc0559d0 (patch) | |
tree | 21464bf9c37d1f572a98f2bfec7a51b056f4694d /runtime/build.rs | |
parent | d6f789eb05e18dd8887e8e409736773bdf2e0e00 (diff) |
chore: temporarily disable `ext/node` and use unstable ops (#15438)
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index b389462b5..0c9c0d0d0 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -158,7 +158,7 @@ mod not_docs { deno_broadcast_channel::InMemoryBroadcastChannel::default(), false, // No --unstable. ), - deno_node::init(), + // deno_node::init(), // todo(dsherret): re-enable deno_ffi::init::<Permissions>(false), deno_net::init::<Permissions>( None, false, // No --unstable. |