1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/cli/ops
David Sherret 3b01e3fa8b
refactor(cli): make CliNpmResolver a trait (#20732)
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
2023-10-13 00:39:28 +02:00
..
bench.rs refactor: rewrite ops using i64/usize to op2 (#20647) 2023-09-23 14:04:47 +02:00
jupyter.rs feat(unstable): add Deno.jupyter.broadcast API (#20656) 2023-09-27 02:21:06 +02:00
mod.rs refactor(cli): make CliNpmResolver a trait (#20732) 2023-10-13 00:39:28 +02:00
testing.rs fix(cli/test): clear connection pool after tests (#20680) 2023-09-26 19:46:06 +09:00