Skip to content

Commit 83773bc

Browse files
committed
Update getReactiveReferences.ts
1 parent d75af49 commit 83773bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/typescript-plugin/lib/requests/getReactiveReferences.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function getReactiveReferencesWorker(
9292
return { ...sourceRange, ast: node };
9393
}
9494
};
95+
9596
const sourceFile = languageService.getProgram()!.getSourceFile(sourceScript.id)!;
9697

9798
if (!analyzeCache.has(sourceFile)) {

0 commit comments

Comments
 (0)