deno/libs/node_resolver
denobot 3fbb1daddb
Some checks failed
ci / pre-build (push) Has been cancelled
ci / bench release linux-x86_64 (push) Has been cancelled
ci / test debug linux-x86_64 (push) Has been cancelled
ci / test release linux-x86_64 (push) Has been cancelled
ci / test debug macos-x86_64 (push) Has been cancelled
ci / test release macos-x86_64 (push) Has been cancelled
ci / test debug windows-x86_64 (push) Has been cancelled
ci / test release windows-x86_64 (push) Has been cancelled
ci / test debug linux-aarch64 (push) Has been cancelled
ci / test release linux-aarch64 (push) Has been cancelled
ci / test debug macos-aarch64 (push) Has been cancelled
ci / test release macos-aarch64 (push) Has been cancelled
ci / lint debug linux-x86_64 (push) Has been cancelled
ci / lint debug macos-x86_64 (push) Has been cancelled
ci / lint debug windows-x86_64 (push) Has been cancelled
ci / build libs (push) Has been cancelled
ci / publish canary (push) Has been cancelled
2.6.3 (#31690)
Bumped versions for 2.6.3

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-12-20 11:07:07 +00:00
..
analyze.rs fix(npm): handle deno run/install of npm package with only directories.bin (#30919) 2025-10-17 12:06:15 -04:00
builtin_modules.rs refactor: add deno_package_json crate (#29743) 2025-06-13 22:55:12 +00:00
cache.rs feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
Cargo.toml 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
clippy.toml refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
errors.rs fix: make '@types' package resolution more consistent (#31512) 2025-12-06 11:59:06 -05:00
lib.rs feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
npm.rs fix: make '@types' package resolution more consistent (#31512) 2025-12-06 11:59:06 -05:00
package_json.rs feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
path.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
README.md refactor: add deno_package_json crate (#29743) 2025-06-13 22:55:12 +00:00
resolution.rs fix(x): fix executing native binary on windows + some cleanup (#31551) 2025-12-11 09:33:20 +01:00

Node Resolver

crates docs

Provides Node.js compatible resolution for the Deno project.