mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(check): properly surface dependency errors in types file of js file (#25860)
We weren't surfacing dependency errors in types files of js files.
This commit is contained in:
parent
5c40b47629
commit
8cdb309ffd
11 changed files with 34 additions and 17 deletions
|
@ -275,7 +275,7 @@ impl LanguageServer {
|
|||
&roots,
|
||||
graph_util::GraphValidOptions {
|
||||
is_vendoring: false,
|
||||
follow_type_only: true,
|
||||
kind: GraphKind::All,
|
||||
check_js: false,
|
||||
exit_lockfile_errors: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue