deno/cli/tools
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 fix(lsp): include JSON modules in local import completions (#20536) 2023-09-17 07:50:30 +01:00
coverage fix: exclude internal JS files from coverage (#20448) 2023-09-11 13:53:42 +00:00
init fix(init): skip existing files instead of erroring (#20434) 2023-09-12 12:55:26 +02:00
jupyter fix(jupyter): more robust Deno.jupyter namespace (#20710) 2023-09-28 16:51:44 +02:00
repl refactor(cli): make CliNpmResolver a trait (#20732) 2023-09-29 09:26:25 -04:00
test fix(cli): panic with __runtime_js_sources (#20704) 2023-09-27 10:55:54 +00:00
vendor feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
bundle.rs refactor: use "deno_config" crate (#20260) 2023-08-24 11:21:34 +02:00
check.rs refactor(cli): make CliNpmResolver a trait (#20732) 2023-09-29 09:26:25 -04:00
compile.rs feat(compile): Add --no-terminal to compile command (#17991) 2023-07-28 18:46:26 +03:00
doc.rs Reland "fix(cli): don't store blob and data urls in the module cache" (#18581) 2023-07-02 00:52:30 +02:00
fmt.rs fix: empty include in config file excludes all (#20404) 2023-09-08 15:04:45 +01:00
info.rs refactor(cli): make CliNpmResolver a trait (#20732) 2023-09-29 09:26:25 -04:00
installer.rs refactor: use "deno_config" crate (#20260) 2023-08-24 11:21:34 +02:00
lint.rs fix(lsp): include JSON modules in local import completions (#20536) 2023-09-17 07:50:30 +01:00
mod.rs feat: Add "deno jupyter" subcommand (#20337) 2023-09-16 02:42:09 +02:00
run.rs Reland "fix(cli): don't store blob and data urls in the module cache" (#18581) 2023-07-02 00:52:30 +02:00
task.rs refactor(cli): make CliNpmResolver a trait (#20732) 2023-09-29 09:26:25 -04:00
upgrade.rs fix(upgrade): use tar.exe to extract on Windows (#20711) 2023-09-27 17:57:58 -04:00