summaryrefslogtreecommitdiff
path: root/cli/ops/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-17 18:09:50 +0200
committerGitHub <noreply@github.com>2020-09-17 18:09:50 +0200
commitbda937938550a0969588a6878d2fb6d72c17b22d (patch)
treecad613f3e6ec0dcc545a08e8ec394b599425babd /cli/ops/mod.rs
parent3421f4dbbd5cabb3a0866ebb3b8aeae5b62730ef (diff)
refactor: move op_resources and op_close to deno_core (#7539)
Moves op_close and op_resources to deno_core::ops and exports them. Adds serde dependency to deno_core and reexports it. Moves JS implementation of those ops to Deno.core and reexports them in Deno.
Diffstat (limited to 'cli/ops/mod.rs')
-rw-r--r--cli/ops/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs
index 1e622463e..288e3d0c0 100644
--- a/cli/ops/mod.rs
+++ b/cli/ops/mod.rs
@@ -19,7 +19,6 @@ pub mod plugin;
pub mod process;
pub mod random;
pub mod repl;
-pub mod resources;
pub mod runtime;
pub mod runtime_compiler;
pub mod signal;