Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts1127 const startLinePos = getStartPositionOfLine(startLine, sourceFile); constant
1130 …SmartIndenter.findFirstNonWhitespaceCharacterAndColumn(startLinePos, parts[0].pos, sourceFile, opt…
1141 const startLinePos = getStartPositionOfLine(startLine, sourceFile); constant
1149 … recordReplace(startLinePos, nonWhitespaceCharacterAndColumn.character, indentationString);
1152 recordDelete(startLinePos, nonWhitespaceCharacterAndColumn.character);