summaryrefslogtreecommitdiff
path: root/cli/tools/registry/diagnostics.rs
AgeCommit message (Expand)Author
2024-05-28fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...David Sherret
2024-05-14fix(publish): error for missing version constraints on dry-publish instead of...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-03-21feat(unstable/publish): error when a package's module is excluded from publis...David Sherret
2024-03-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek Iwańczuk
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