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:
David Sherret 2024-09-25 09:04:57 -04:00 committed by GitHub
parent 5c40b47629
commit 8cdb309ffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 34 additions and 17 deletions

View file

@ -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,
},