From 1b6f8318750d319d689f7eeef9e7e1f2e56b94a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 8 Mar 2020 13:09:22 +0100 Subject: reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) Following JS ops were moved to separate files in cli/js/ops directory: - compiler - dispatch_json - dispatch_minimal - errors - fetch - fs_events - os - random - repl - resources - runtime_compiler - runtime - tty --- cli/js/runtime_main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/runtime_main.ts') diff --git a/cli/js/runtime_main.ts b/cli/js/runtime_main.ts index e05790e90..84ee43d37 100644 --- a/cli/js/runtime_main.ts +++ b/cli/js/runtime_main.ts @@ -9,7 +9,7 @@ import * as Deno from "./deno.ts"; import * as domTypes from "./web/dom_types.ts"; -import * as csprng from "./get_random_values.ts"; +import * as csprng from "./ops/get_random_values.ts"; import { readOnly, writable, -- cgit v1.2.3