fix: ignore fileExists in tsc host (#7635)

Fixes #7630
This commit is contained in:
Kitson Kelly 2020-09-23 11:39:20 +10:00 committed by GitHub
parent 68fd7a927b
commit 751bb45a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 5 deletions

View file

@ -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