index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
registry
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
2024-05-28
fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...
David Sherret
2024-05-14
fix(publish): error for missing version constraints on dry-publish instead of...
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-24
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
David Sherret
2024-03-21
feat(unstable/publish): error when a package's module is excluded from publis...
David Sherret
2024-03-04
feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)
Divy Srivastava
2024-02-29
fix(publish): print a warning when .jsx or .tsx is imported (#22631)
Bartek Iwańczuk
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
2024-02-01
fix(publish): rename --no-fast-check to --no-zap (#22214)
Bartek Iwańczuk
2024-01-24
feat(publish): error on invalid external imports (#22088)
Luca Casonato
2024-01-24
feat(publish): give diagnostic on invalid package files (#22082)
Luca Casonato
2024-01-24
chore: improve unanalyzable dynamic import diagnostic (#22051)
Luca Casonato
2024-01-23
feat(cli): improved diagnostics printing (#22049)
Luca Casonato