summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/javascript_missing_decl_file.out
AgeCommit message (Collapse)Author
2024-01-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
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.
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret