diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-10 14:24:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 14:24:42 -0400 |
commit | 2af9f5f2cfbb183c576fdad5f0aa2509a3f7de9a (patch) | |
tree | 6bc2bf0a743eca6e76d0ee9c9353cb492e8afde8 /cli/tests | |
parent | 8b4508338b15dcc08503553dc9179a154c0165c7 (diff) |
Remove __domTypes namespace (#4698)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/types.out | 16 |
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] |