0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/ext/node_resolver
David Sherret 06b6352292
fix(unstable/compile): handle byonm import in sub dir (#24755)
Regression in 1.45.0 caused by storing relative paths instead of
absolute paths in the binary.

Closes #24654
2024-07-26 15:53:53 -04:00
..
analyze.rs
Cargo.toml chore: forward v1.45.4 release commit to main (#24754) 2024-07-26 14:26:13 -04:00
clippy.toml
env.rs
errors.rs
lib.rs
npm.rs
package_json.rs
path.rs
README.md
resolution.rs fix(unstable/compile): handle byonm import in sub dir (#24755) 2024-07-26 15:53:53 -04:00
sync.rs

Node Resolver

crates docs

Provides Node.js compatible resolution for the Deno project.