Bartek Iwańczuk
|
0050857f51
|
refactor: add 'deno_process' crate (#27680)
Untangled the whole `runtime/ops/process.rs` from `ext/node/` and moved
to a separate `ext/process` crate.
|
2025-01-17 13:30:14 +01:00 |
|
David Sherret
|
0b033140c0
|
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-14 10:01:05 -05:00 |
|
David Sherret
|
9dbb99a83c
|
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-13 17:35:18 -05:00 |
|