Searched refs:nodeAtGuess (Results 1 – 1 of 1) sorted by relevance
1503 const nodeAtGuess = findPrecedingToken(bestGuessIndex + 1, sourceFile); constant1504 if (nodeAtGuess && nodeAtGuess.kind === matchingTokenKind) {1505 return nodeAtGuess;