deno/cli/rt
David Sherret 731a238d34
fix(install): support "file:" dependencies in local package.json (#28396)
This adds support for installing `file:` dependencies in a local
package.json.

In order to use these, you must not set `--node-modules-dir=...` when
using a package.json and it should use the default of
`--node-modules-dir=manual`.

Closes https://github.com/denoland/deno/issues/18701
2025-03-05 14:08:05 -05:00
..
binary.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
Cargo.toml chore: forward v2.2.3 release commit to main (#28391) 2025-03-05 05:57:04 +00:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
file_system.rs refactor: better sys trait impls (#28140) 2025-02-16 22:15:53 +01:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
main.rs fix(http): generate OtelInfo only when otel metrics are enabled (#28286) 2025-02-24 20:27:35 -08:00
node.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
run.rs fix(install): support "file:" dependencies in local package.json (#28396) 2025-03-05 14:08:05 -05:00