summaryrefslogtreecommitdiff
path: root/js/core.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/core.ts')
-rw-r--r--js/core.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/core.ts b/js/core.ts
deleted file mode 100644
index d394d822f..000000000
--- a/js/core.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { window } from "./window.ts";
-
-// This allows us to access core in API even if we
-// dispose window.Deno
-export const core = window.Deno.core as DenoCore;