Skip to content

Commit 6557da1

Browse files
committed
Add comment
1 parent fb813b3 commit 6557da1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/graphqlsp/src/ast/declaration.ts

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ export function getValueOfIdentifier(
305305
} else {
306306
const value = getValueOfValueDeclaration(declaration);
307307
if (value && ts.isIdentifier(value) && value !== node) {
308+
// If the resolved value is another identifiers, we continue searching, if the
309+
// identifier isn't self-referential
308310
node = value;
309311
} else {
310312
return value;

0 commit comments

Comments
 (0)