deno/libs/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
..
cache refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
cjs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
loader feat: wasm source phase imports (#31486) 2025-12-09 14:36:32 +00:00
npm Revert "fix(resolver): fall back to execution if can't resolve types" (#31513) 2025-12-07 15:46:49 +00: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
collections.rs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
deno_json.rs fix(check): handle workspace members having different jsx import sources and importing each other (#31654) 2025-12-18 21:54:21 -05:00
display.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
emit.rs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
factory.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
file_fetcher.rs fix(check): do not error for unsupported URL schemes (#30904) 2025-10-03 01:34:53 +00:00
graph.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
import_map.rs refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
lib.rs fix(check): support "compilerOptions.paths" (#30766) 2025-09-22 19:49:15 +00:00
lockfile.rs fix: do not purge lockfile when linking and the linked package's reqs have not changed (#30877) 2025-09-30 14:31:48 -04:00
npmrc.rs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
README.md refactor: add deno_package_json crate (#29743) 2025-06-13 22:55:12 +00:00
rt.rs refactor: extract CJS analysis from CLI crate (#29975) 2025-07-02 15:31:25 -04:00
workspace.rs fix: make '@types' package resolution more consistent (#31512) 2025-12-06 11:59:06 -05:00

deno_resolver

Deno resolution algorithm.