From 6e5f3453f806d6007b8f724837b5dd7d9eb17be9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 20 Apr 2020 10:27:15 -0400 Subject: Remove core/plugin.rs (#4824) This simplifies the plugin interface in order to deliver op crates with a similar API --- cli/js/deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 0322bac27..e35e8c161 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -93,7 +93,7 @@ export { PermissionStatus, Permissions, } from "./permissions.ts"; -export { openPlugin } from "./plugins.ts"; +export { openPlugin } from "./ops/plugins.ts"; export { kill } from "./ops/process.ts"; export { run, RunOptions, Process, ProcessStatus } from "./process.ts"; export { DirEntry, readdirSync, readdir } from "./ops/fs/read_dir.ts"; -- cgit v1.2.3