summaryrefslogtreecommitdiff
path: root/bundle/test.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-10-06 01:02:34 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-10-05 12:02:34 -0400
commit96fe2d10a4da0521b7cd72d90fd42121f9311978 (patch)
treecb4d5ecafa55a3a522cf0ad9d742fb6a1e1f2283 /bundle/test.ts
parent2f90225c89926932a34eb40758e2af0d1742e1f8 (diff)
Update eslint and @typescript-eslint (denoland/deno_std#621)
Original: https://github.com/denoland/deno_std/commit/c3fe858f98565edbe8faeb3cf2e5b873304f4f6e
Diffstat (limited to 'bundle/test.ts')
-rw-r--r--bundle/test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/test.ts b/bundle/test.ts
index 87d1257ee..504e449a6 100644
--- a/bundle/test.ts
+++ b/bundle/test.ts
@@ -12,6 +12,7 @@ import { instantiate, load, ModuleMetaData } from "./utils.ts";
/* eslint-disable @typescript-eslint/no-namespace */
declare global {
namespace globalThis {
+ // eslint-disable-next-line no-var
var __results: [string, string] | undefined;
}
}