Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1314 …const trailingRangesOfPreviousToken = precedingToken && getTrailingCommentRanges(sourceFile.text, … constant
1316 … const commentRanges = concatenate(trailingRangesOfPreviousToken, leadingCommentRangesOfNextToken);