deno/libs/resolver
Nayeem Rahman bb6c27e4cc
fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495)
Previously, to get the svelte template (`npx sv create`) to work under
Deno, a knowledgeable user would have to convert the compiler options
under `.svelte-kit/tsconfig.json` to a `deno.json`. This catches up
Deno's tsconfig support so they don't have to change anything.
2025-09-02 19:39:57 +01:00
..
cache refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
cjs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
loader refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
npm feat(npm): support bundleDependencies in npm dependencies (#30521) 2025-08-26 11:58:53 -04:00
Cargo.toml fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01: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): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01: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 23 (#30564) 2025-08-29 15:36:36 -04:00
factory.rs fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01:00
file_fetcher.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
graph.rs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
import_map.rs refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
lib.rs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
lockfile.rs refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -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(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01:00

deno_resolver

Deno resolution algorithm.