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 d75af49 commit 83773bcCopy full SHA for 83773bc
packages/typescript-plugin/lib/requests/getReactiveReferences.ts
@@ -92,6 +92,7 @@ function getReactiveReferencesWorker(
92
return { ...sourceRange, ast: node };
93
}
94
};
95
+
96
const sourceFile = languageService.getProgram()!.getSourceFile(sourceScript.id)!;
97
98
if (!analyzeCache.has(sourceFile)) {
0 commit comments