summaryrefslogtreecommitdiff
path: root/cli/js/ops/plugins.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/ops/plugins.ts')
-rw-r--r--cli/js/ops/plugins.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/js/ops/plugins.ts b/cli/js/ops/plugins.ts
deleted file mode 100644
index 787fd799b..000000000
--- a/cli/js/ops/plugins.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-
-import { sendSync } from "./dispatch_json.ts";
-
-export function openPlugin(filename: string): number {
- return sendSync("op_open_plugin", { filename });
-}