From 4041a7b8576047021c2eec711f013c6f01e471e0 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 28 Apr 2020 00:06:03 +0100 Subject: BREAKING: Remove Deno.symbols namespace (#4936) --- cli/js/symbols.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 cli/js/symbols.ts (limited to 'cli/js/symbols.ts') 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, -}; -- cgit v1.2.3