Bartek Iwańczuk
|
b197dcf4e9
|
refactor: add 'deno_process' crate (#27680)
Untangled the whole `runtime/ops/process.rs` from `ext/node/` and moved
to a separate `ext/process` crate.
(cherry picked from commit 0050857f51 )
|
2025-01-22 00:24:16 +01:00 |
|
David Sherret
|
1bd66b09cc
|
refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659)
As title. After this PR all npm resolution will be out of the CLI crate.
|
2025-01-16 23:32:11 +01:00 |
|
David Sherret
|
8b5b6cd561
|
refactor: create NpmInstaller (#27626)
This separates npm resolution code from npm installation (more work
towards moving resolution code out of the CLI and cleaning up this
code).
|
2025-01-16 23:32:10 +01:00 |
|