diff options
author | 迷渡 <justjavac@gmail.com> | 2019-09-19 23:40:52 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-19 11:40:52 -0400 |
commit | 1b1ae65a4a2acd55ead86c17e388f10a0e08938d (patch) | |
tree | 8bc2278afa2a89a5152cc47f2ac33a39560df41e /cli | |
parent | 5102eec92b6150d788ece49fa906c542df63fe41 (diff) |
Make `window` compatible with ts 3.6 (#2984)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/types.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/types.out b/cli/tests/types.out index 2d5a39e64..6c17b0f90 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -10,5 +10,5 @@ declare interface Window { Deno: typeof Deno; } -declare const window: Window; +declare const window: Window & typeof globalThis; [WILDCARD] |