mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
3b01e3fa8b
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 |
||
---|---|---|
.. | ||
binary.rs | ||
file_system.rs | ||
mod.rs | ||
virtual_fs.rs |