Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts202 … const containingListOrParentStart = getContainingListOrParentStart(parent, current, sourceFile);
264 …function getContainingListOrParentStart(parent: Node, child: Node, sourceFile: SourceFile): LineAn… function