1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tools
David Sherret 968f91b01d
fix(npm): improved optional dependency support (#19135)
Note: If the package information has already been cached, then this
requires running with `--reload` or for the registry information to be
fetched some other way (ex. the cache busting).

Closes #15544

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-05-18 17:05:03 +02:00
..
coverage refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
init refactor(init): remove CURRENT_STD_URL (#18375) 2023-03-23 03:11:18 +00:00
repl refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
vendor feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
bench.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
bundle.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
check.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
compile.rs docs: fix typos (#19118) 2023-05-18 17:05:02 +02:00
doc.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
fmt.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
info.rs fix(npm): improved optional dependency support (#19135) 2023-05-18 17:05:03 +02:00
installer.rs perf: lazily create RootCertStore (#18938) 2023-05-04 16:18:49 +02:00
lint.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
mod.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
run.rs perf: lazily create RootCertStore (#18938) 2023-05-04 16:18:49 +02:00
task.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
test.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
upgrade.rs fix(deno/upgrade): allow --version vX.Y.Z (#19139) 2023-05-18 17:05:02 +02:00