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
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix: surface package.json location on dep parse failure (#26665)
David Sherret
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-15
fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)
Nathan Whitaker
2024-07-15
fix(workspace): do not resolve to self for npm pkg depending on matching req ...
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-02
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)
Nathan Whitaker
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-08
fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)
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-05
fix: better handling of npm resolution occurring on workers (#24094)
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: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek IwaĆczuk
2024-04-15
fix(check): cache bust when changing nodeModulesDir setting (#23355)
David Sherret
2024-04-11
fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...
David Sherret
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-11-11
perf: snapshot runtime ops (#21127)
Divy Srivastava
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
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