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
/
jsr.rs
Age
Commit message (
Collapse
)
Author
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
This also fixes several issues where we weren't properly creating http clients with the user's settings.
2024-05-21
fix(lsp): apply import fix to missing declaration code action (#23924)
Nayeem Rahman
2024-05-07
refactor(lsp): reland move resolver fields to LspResolver (#23685)
Nayeem Rahman
2024-04-24
feat(jsr): support importing from jsr via HTTPS specifiers (except for type ↵
David Sherret
checking) (#23513) Closes https://github.com/jsr-io/jsr/issues/322
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-03-28
fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)
Nayeem Rahman
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-04
feat(lsp): include registry url in jsr import hover text (#22676)
Nayeem Rahman
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman