summaryrefslogtreecommitdiff
path: root/cli/tools/registry/diagnostics.rs
AgeCommit message (Collapse)Author
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek IwaƄczuk
Also prints an information about the flag when there are `zap` errors.
2024-01-24feat(publish): error on invalid external imports (#22088)Luca Casonato
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato
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.