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.
dependentRanges
1 parent b6b0cb4 commit 29570bdCopy full SHA for 29570bd
packages/typescript-plugin/lib/requests/getReactiveReferences.ts
@@ -104,7 +104,7 @@ export function getReactiveReferences(
104
statements[statements.length - 1]!.end,
105
);
106
if (sourceRange) {
107
- dependencyRanges.push({ start: sourceRange.start, end: sourceRange.end });
+ dependentRanges.push({ start: sourceRange.start, end: sourceRange.end });
108
}
109
110
else {
0 commit comments