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