Home
last modified time | relevance | path

Searched refs:leadingCommentRangesOfNextToken (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts1315 …const leadingCommentRangesOfNextToken = getLeadingCommentRangesOfNode(tokenAtPosition, sourceFile); constant
1316 … const commentRanges = concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);