From 0ffaaba1648bab0cf8da04bbb9a2e1fac2ac60aa Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 25 Sep 2020 22:23:35 +0100 Subject: fix(cli/dts): Use var instead of const and let for globals (#7680) --- cli/tests/types.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/types.out b/cli/tests/types.out index 85bee7698..ee59f57c1 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -1,4 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [WILDCARD] declare namespace Deno [WILDCARD] -declare const window: Window [WILDCARD] +declare var window: Window [WILDCARD] -- cgit v1.2.3