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
|
62cf8fca69
|
refactor: remove CliNpmReqResolver trait in deno_resolver (#27616)
|
2025-01-16 23:32:09 +01:00 |
|
David Sherret
|
42bf54914d
|
refactor: implement NpmPackageFolderResolver in deno_resolver (#27614)
|
2025-01-16 23:32:08 +01:00 |
|
David Sherret
|
0e42884a4c
|
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 15:19:21 -05:00 |
|
David Sherret
|
f3e851927c
|
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 15:19:21 -05:00 |
|