summaryrefslogtreecommitdiff
path: root/cli/tsc/compiler.d.ts
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-19 00:24:01 +0900
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:28 +0200
commit22426fee1ee37149175a564c6102a6a3ca99fb42 (patch)
tree462d8cd82bbcebdb665733ad9f4d0a32b0439d0e /cli/tsc/compiler.d.ts
parentd987ca5b0767d75b59b7c6c16840b164a4c786c4 (diff)
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'cli/tsc/compiler.d.ts')
-rw-r--r--cli/tsc/compiler.d.ts2
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;
}