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
/
managed
/
resolvers
/
local.rs
Age
Commit message (
Expand
)
Author
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-08
fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)
David Sherret
2024-06-07
fix: make writing to the deps cache more reliable (#24135)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-06
refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-06-03
refactor: extract structs for downloading tarballs and npm registry packument...
David Sherret
2024-05-29
fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...
Nathan Whitaker
2024-05-28
perf(cli): Improve concurrency when setting up `node_modules` and loading cac...
Nathan Whitaker
2024-05-28
perf(cli): Optimize setting up `node_modules` on macOS (#23980)
Nathan Whitaker
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek Iwańczuk
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-04-25
fix(npm): do not panic hitting root dir while resolving npm package (#23556)
David Sherret
2024-03-07
perf: hard link npm cache (#22773)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(npm): do not create symlink for non-system optional dep in node_modules d...
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-10-02
refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...
David Sherret
2023-09-30
refactor(npm): create `cli::npm::managed` module (#20740)
David Sherret