Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts528 effectiveParentStartLine: number
532 if (effectiveParentStartLine === startLine) {
786 …const effectiveParentStartLine = child.kind === SyntaxKind.Decorator ? childStartLine : undecorate… constant
787 … childStartLine, childIndentationAmount, node, parentDynamicIndentation, effectiveParentStartLine);