mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(fmt): should fail --check
on parse error (#14907)
This commit is contained in:
parent
fa7cad06de
commit
f564497630
5 changed files with 16 additions and 0 deletions
|
@ -26,6 +26,7 @@ async function dlint() {
|
|||
":!:cli/dts/**",
|
||||
":!:cli/tests/testdata/encoding/**",
|
||||
":!:cli/tests/testdata/error_syntax.js",
|
||||
":!:cli/tests/testdata/fmt/**",
|
||||
":!:cli/tests/testdata/lint/**",
|
||||
":!:cli/tests/testdata/tsc/**",
|
||||
":!:cli/tsc/*typescript.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue