summaryrefslogtreecommitdiff
path: root/cli/tools/registry/diagnostics.rs
AgeCommit message (Expand)Author
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
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