From cda09c166fd075590c1f8dd313d4f57a560ecbd8 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Wed, 19 May 2021 00:24:01 +0900 Subject: chore: update deno_lint binary used in CI to v0.5.0 (#10652) --- cli/tsc/compiler.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tsc') diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts index e5ce12cd3..949d98ee0 100644 --- a/cli/tsc/compiler.d.ts +++ b/cli/tsc/compiler.d.ts @@ -5,7 +5,6 @@ import * as _ts from "../dts/typescript"; declare global { - // deno-lint-ignore no-namespace namespace ts { var libs: string[]; var libMap: Map; @@ -22,7 +21,6 @@ declare global { var performance: Performance; } - // deno-lint-ignore no-namespace namespace ts { export = _ts; } -- cgit v1.2.3