diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-05-19 00:24:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 17:24:01 +0200 |
commit | cda09c166fd075590c1f8dd313d4f57a560ecbd8 (patch) | |
tree | 96cd94b36cc0b357f6d98964f3c46ad5a31391f7 /cli/tsc | |
parent | 21d62b9b9ed7b4cd375a2815bdd9d8ccaa85e537 (diff) |
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/compiler.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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<string, string>; @@ -22,7 +21,6 @@ declare global { var performance: Performance; } - // deno-lint-ignore no-namespace namespace ts { export = _ts; } |