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
/
npm
/
resolution
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix(npm): resolve npm specifiers when root redirected (#17144)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret
2022-11-22
fix: Make npm packages works with import maps (#16754)
Bartek IwaĆczuk
2022-11-18
fix(npm): ancestor that resolves peer dependency should not include self in i...
David Sherret
2022-11-17
perf(npm): make dependency resolution faster (#16694)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-15
fix(npm): support dist tags specified in npm package dependencies (#16652)
David Sherret
2022-11-14
fix(npm): handle peer dep being resolved without resolved dep higher in tree ...
David Sherret
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-12
fix(npm): specifier resolution - handle data urls and modules at a directory ...
David Sherret
2022-11-11
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
David Sherret
2022-11-11
perf: more efficient `deno cache` and npm package info usage (#16592)
David Sherret
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret