1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-19 12:16:17 -05:00
denoland-deno/cli/tools
Nathan Whitaker 32708213d5
fix(check/lsp): correctly resolve compilerOptions.types (#27686)
Fixes https://github.com/denoland/deno/issues/27062

In the LSP we were passing `npm` specifiers to TSC as roots, but TSC
needs fully resolved specifiers (like the actual file path).

In `deno check` we were often excluding the specifiers entirely from the
roots.

In both cases, we need to resolve the specifiers fully and then pass
them to tsc
2025-01-15 18:48:10 -08:00
..
bench refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
coverage refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-14 10:01:05 -05:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
jupyter refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
lint feat(unstable): refactor js lint plugin AST (#27615) 2025-01-14 13:31:02 +01:00
registry refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-14 10:01:05 -05:00
repl refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
run refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
test refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
check.rs fix(check/lsp): correctly resolve compilerOptions.types (#27686) 2025-01-15 18:48:10 -08:00
clean.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
compile.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
doc.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
fmt.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
info.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
installer.rs refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
mod.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
serve.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
task.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-14 10:01:05 -05:00
upgrade.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00