0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-08 04:07:41 -05:00
deno/resolvers/node
David Sherret 39d9047834
refactor: move denort to separate crate (#27688)
This slightly degrades the performance of CJS export analysis on
subsequent runs because I changed it to no longer cache in the DENO_DIR
with this PR (denort now properly has no idea about the DENO_DIR). We'll
have to change it to embed this data in the binary and that will also
allow us to get rid of swc in denort (will do that in a follow-up PR).

(cherry picked from commit 57dd66ec3d)
2025-01-22 00:24:19 +01:00
..
analyze.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
Cargo.toml refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
clippy.toml refactor: move ByonmNpmResolver to deno_resolver (#25937) 2024-09-30 13:33:32 +00:00
errors.rs refactor: update deno_core for error refactor (#26867) 2025-01-09 15:19:21 -05:00
lib.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-16 23:32:11 +01:00
npm.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-16 23:32:11 +01:00
package_json.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
path.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
README.md refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
resolution.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-16 23:32:11 +01:00
sync.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-16 23:32:11 +01:00

Node Resolver

crates docs

Provides Node.js compatible resolution for the Deno project.