From 2af9f5f2cfbb183c576fdad5f0aa2509a3f7de9a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 10 Apr 2020 14:24:42 -0400 Subject: Remove __domTypes namespace (#4698) --- cli/tests/types.out | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/types.out b/cli/tests/types.out index a212c01e8..85bee7698 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -1,16 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [WILDCARD] - -declare namespace Deno { -[WILDCARD] -} -[WILDCARD] -declare interface WindowOrWorkerGlobalScope { -[WILDCARD] -declare interface Window extends WindowOrWorkerGlobalScope { -[WILDCARD] - Deno: typeof Deno; -} - -declare const window: Window & WindowOrWorkerGlobalScope & typeof globalThis; -[WILDCARD] +declare namespace Deno [WILDCARD] +declare const window: Window [WILDCARD] -- cgit v1.2.3