deno/cli/ops
David Sherret 5edd102f3f
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-09-29 09:26:25 -04: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-09-29 09:26:25 -04:00
testing.rs fix(cli/test): clear connection pool after tests (#20680) 2023-09-26 19:46:06 +09:00