summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-04-10 14:24:42 -0400
committerGitHub <noreply@github.com>2020-04-10 14:24:42 -0400
commit2af9f5f2cfbb183c576fdad5f0aa2509a3f7de9a (patch)
tree6bc2bf0a743eca6e76d0ee9c9353cb492e8afde8 /cli/tests
parent8b4508338b15dcc08503553dc9179a154c0165c7 (diff)
Remove __domTypes namespace (#4698)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/types.out16
1 files changed, 2 insertions, 14 deletions
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]