0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 10:26:44 -05:00
deno/resolvers/node
denobot 6057bc30da
2.2.1 (#28212)
Bumped versions for 2.2.1

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2025-02-21 00:41:27 +01:00
..
analyze.rs fix(check): npm resolution errors to tsc diagnostics (#28174) 2025-02-18 21:44:49 +00:00
builtin_modules.rs feat(ext/node): implement node:sqlite (#27308) 2025-01-28 19:30:03 +05:30
cache.rs perf: node resolution cache (#27838) 2025-02-03 20:25:10 -05:00
Cargo.toml 2.2.1 (#28212) 2025-02-21 00:41:27 +01:00
clippy.toml refactor: move ByonmNpmResolver to deno_resolver (#25937) 2024-09-30 13:33:32 +00:00
errors.rs fix(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +00:00
lib.rs fix(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +00:00
npm.rs perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-27 15:23:20 -05:00
package_json.rs perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-27 15:23:20 -05:00
path.rs perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-27 15:23:20 -05:00
README.md refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
resolution.rs fix(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +00:00
sync.rs refactor: make PackageJsonCache injectable (#27800) 2025-01-24 09:50:25 -05:00

Node Resolver

crates docs

Provides Node.js compatible resolution for the Deno project.