Home
last modified time | relevance | path

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

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