Searched refs:leadingCommentRangesOfNextToken (Results 1 – 1 of 1) sorted by relevance
1315 …const leadingCommentRangesOfNextToken = getLeadingCommentRangesOfNode(tokenAtPosition, sourceFile); constant1316 … const commentRanges = concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);