mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Upgrade to TypeScript 3.4.1 (#2027)
This commit is contained in:
parent
c855d0edd2
commit
ada5ffa610
7 changed files with 116 additions and 86 deletions
|
@ -14,6 +14,7 @@ test(function windowWindowExists() {
|
|||
});
|
||||
|
||||
test(function globalThisEqualsWindow() {
|
||||
// @ts-ignore (TypeScript thinks globalThis and window don't match)
|
||||
assert(globalThis === window);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue