summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_from_stdin_json.out
AgeCommit message (Collapse)Author
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
This initially uses the new diagnostic printer in `deno lint`, `deno doc` and `deno publish`. In the limit we should also update `deno check` to use this printer.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret