From 751bb45a0a4ca4ab3baf5e5037c0b10f0430aeb6 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 23 Sep 2020 11:39:20 +1000 Subject: fix: ignore fileExists in tsc host (#7635) Fixes #7630 --- tools/lint.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/lint.py b/tools/lint.py index e7f967140..76f51404d 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -66,13 +66,14 @@ def eslint(): ":!:cli/tests/swc_syntax_error.ts", ":!:std/**/testdata/*", ":!:std/**/node_modules/*", + ":!:cli/bench/node*.js", ":!:cli/compilers/wasm_wrap.js", + ":!:cli/dts/**", + ":!:cli/tests/encoding/**", ":!:cli/tests/error_syntax.js", ":!:cli/tests/lint/**", - ":!:cli/tests/encoding/**", - ":!:cli/dts/**", + ":!:cli/tests/tsc/**", ":!:cli/tsc/*typescript.js", - ":!:cli/bench/node*.js", ]) if source_files: max_command_len = 30000 -- cgit v1.2.3