Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts148 const currentStart = getStartLineAndCharacterForNode(current, sourceFile);
226 …const listIndentsChild = !!firstListChild && getStartLineAndCharacterForNode(firstListChild, sourc…
335 … const nextTokenStartLine = getStartLineAndCharacterForNode(nextToken, sourceFile).line;
342 … function getStartLineAndCharacterForNode(n: Node, sourceFile: SourceFileLike): LineAndCharacter { function
361 … const elseKeywordStartLine = getStartLineAndCharacterForNode(elseKeyword, sourceFile).line;
403 … const trueStartLine = getStartLineAndCharacterForNode(parent.whenTrue, sourceFile).line;
528 let lineAndCharacter = getStartLineAndCharacterForNode(node, sourceFile);
539 lineAndCharacter = getStartLineAndCharacterForNode(list[i], sourceFile);