mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
5edd102f3f
This makes `CliNpmResolver` a trait. The terminology used is: - **managed** - Deno manages the node_modules folder and does an auto-install (ex. `ManagedCliNpmResolver`) - **byonm** - "Bring your own node_modules" (ex. `ByonmCliNpmResolver`, which is in this PR, but unimplemented at the moment) Part of #18967 |
||
---|---|---|
.. | ||
resolvers | ||
cache.rs | ||
installer.rs | ||
mod.rs | ||
registry.rs | ||
resolution.rs | ||
tarball.rs |