Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts105 …const commentStartLine = getLineAndCharacterOfPosition(sourceFile, enclosingCommentRange.pos).line; constant
107 Debug.assert(commentStartLine >= 0);
109 if (previousLine <= commentStartLine) {
110 …return findFirstNonWhitespaceColumn(getStartPositionOfLine(commentStartLine, sourceFile), position…