mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
32708213d5
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 |
||
---|---|---|
.. | ||
servers | ||
testdata | ||
assertions.rs | ||
builders.rs | ||
factory.rs | ||
fs.rs | ||
https.rs | ||
lib.rs | ||
lsp.rs | ||
macros.rs | ||
npm.rs | ||
pty.rs | ||
spawn.rs | ||
test_server.rs |