summaryrefslogtreecommitdiff
path: root/ext/node/ops/mod.rs
diff options
context:
space:
mode:
authorsnek <snek@deno.com>2024-08-06 14:52:53 +0200
committerGitHub <noreply@github.com>2024-08-06 12:52:53 +0000
commit897159dc6e1b2319cf2f5f09d8d6cecc0d3175fa (patch)
treecfe4a043d1fc102a4e051b99c7fcbef7b79bbb91 /ext/node/ops/mod.rs
parentc0e9512b39a4ed3713d1fd9b28469d0edf68f578 (diff)
feat: vm rewrite (#24596)
rewrite vm implementation to increase compat. vm.Module+importModuleDynamically callbacks should be added in a followup.
Diffstat (limited to 'ext/node/ops/mod.rs')
-rw-r--r--ext/node/ops/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/ops/mod.rs b/ext/node/ops/mod.rs
index b51e23ac8..d11cc7461 100644
--- a/ext/node/ops/mod.rs
+++ b/ext/node/ops/mod.rs
@@ -14,7 +14,6 @@ pub mod require;
pub mod util;
pub mod v8;
pub mod vm;
-mod vm_internal;
pub mod winerror;
pub mod worker_threads;
pub mod zlib;