summaryrefslogtreecommitdiff
path: root/cli/js/symbols.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-04-28 00:06:03 +0100
committerGitHub <noreply@github.com>2020-04-28 01:06:03 +0200
commit4041a7b8576047021c2eec711f013c6f01e471e0 (patch)
treee49ade03d1d888ea83a9fccf51ba8742a6365cc7 /cli/js/symbols.ts
parent2f0641885c62ba6a1e58ae0030f635efd3f35b2a (diff)
BREAKING: Remove Deno.symbols namespace (#4936)
Diffstat (limited to 'cli/js/symbols.ts')
-rw-r--r--cli/js/symbols.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/cli/js/symbols.ts b/cli/js/symbols.ts
deleted file mode 100644
index 59d0751c0..000000000
--- a/cli/js/symbols.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { internalSymbol } from "./internals.ts";
-import { customInspect } from "./web/console.ts";
-
-export const symbols = {
- internal: internalSymbol,
- customInspect,
-};