Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts391 … const conditionEndLine = getLineAndCharacterOfPosition(sourceFile, parent.condition.end).line; constant
393 return childStartLine === conditionEndLine;
405 return conditionEndLine === trueStartLine && trueEndLine === childStartLine;