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 |
|
David Sherret
|
c27248a8f3
|
refactor: remove CliNpmReqResolver trait in deno_resolver (#27616)
|
2025-01-10 14:48:43 -05:00 |
|
David Sherret
|
475793f94d
|
refactor: implement NpmPackageFolderResolver in deno_resolver (#27614)
|
2025-01-10 00:01:47 +00:00 |
|
David Sherret
|
966370c908
|
refactor(npm): move InNpmPackageChecker code to deno_resolver (#27609)
As title. Will allow consumers to create this struct and use our
behaviour.
Closes #27409
|
2025-01-09 14:04:52 -05:00 |
|
David Sherret
|
093f3ba565
|
refactor(npm): extract out some npm fs resolution code from the cli (#27607)
Moves the npm fs resolvers into the deno_resolution crate.
This does not entirely move things out, but is a step in that direction.
|
2025-01-09 12:10:07 -05:00 |
|