summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_quiet.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.
2022-12-17fix(lint): column number for pretty reporting was off by 1 (#17107)David Sherret
Closes #17086
2021-08-11chore: move test files to testdata directory (#11601)David Sherret