We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3bdb2 commit 8ab012dCopy full SHA for 8ab012d
src/server/session.ts
@@ -379,7 +379,7 @@ namespace ts.server {
379
// have started the other project searches from related symbols. Propagate the
380
// correct results to all other projects.
381
382
- const defaultProjectResults = perProjectResults.get(defaultProject)!;
+ const defaultProjectResults = perProjectResults.get(defaultProject);
383
if (defaultProjectResults?.[0].references[0]?.isDefinition === undefined) {
384
// Clear all isDefinition properties
385
perProjectResults.forEach(projectResults => {
0 commit comments