diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-09 21:21:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 21:21:49 +1100 |
commit | 293cae5e1ff2a5768e2f3a73cc18f99acc3fbfbd (patch) | |
tree | f61453c8b7e3d9adec2847a4b2303d3213ef3130 /cli/tests/module_graph/file_tests-diag.ts | |
parent | 71d7482577ee187187051ac8d9976a5387c038db (diff) |
fix(cli): do not write tsbuildinfo when diagnostics are emitted (#8311)
Fixes #8309
Diffstat (limited to 'cli/tests/module_graph/file_tests-diag.ts')
-rw-r--r-- | cli/tests/module_graph/file_tests-diag.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/module_graph/file_tests-diag.ts b/cli/tests/module_graph/file_tests-diag.ts new file mode 100644 index 000000000..ba365234a --- /dev/null +++ b/cli/tests/module_graph/file_tests-diag.ts @@ -0,0 +1,4 @@ +import * as c from "./c/mod.ts"; + +// deno-lint-ignore no-undef +consol.log(c); |