1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 13:00:36 -05:00
denoland-deno/tests/util/server/src
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
..
servers chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
testdata chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
assertions.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
builders.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
factory.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fs.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
https.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lsp.rs fix(check/lsp): correctly resolve compilerOptions.types (#27686) 2025-01-15 18:48:10 -08:00
macros.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
npm.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
pty.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
spawn.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
test_server.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00