Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts421 … const lineOfPreviousNode = getLineAndCharacterOfPosition(sourceFile, previousNode.getEnd()).line; constant
423 if (childStartLine === lineOfPreviousNode) {