From f12acdb50bd6afae21d8d033548c012d23ec2791 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 8 Sep 2019 01:27:18 +0900 Subject: Update @typescript-eslint/* to v2.1.0 (#2878) --- js/compiler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/compiler.ts') diff --git a/js/compiler.ts b/js/compiler.ts index 255ac9774..12062e63f 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -61,7 +61,7 @@ interface ConfigureResponse { /** Options that either do nothing in Deno, or would cause undesired behavior * if modified. */ -const ignoredCompilerOptions: ReadonlyArray = [ +const ignoredCompilerOptions: readonly string[] = [ "allowSyntheticDefaultImports", "baseUrl", "build", @@ -415,7 +415,7 @@ class Host implements ts.CompilerHost { data: string, writeByteOrderMark: boolean, onError?: (message: string) => void, - sourceFiles?: ReadonlyArray + sourceFiles?: readonly ts.SourceFile[] ): void { util.log("writeFile", fileName); try { -- cgit v1.2.3