Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts581 …export function nodeWillIndentChild(settings: FormatCodeSettings, parent: TextRangeWithKind, child… function
701 … return nodeWillIndentChild(settings, parent, child, sourceFile, /*indentByDefault*/ false)
Dformatting.ts430 …const indentation = SmartIndenter.nodeWillIndentChild(options, enclosingNode, /*child*/ undefined,…
663 …return SmartIndenter.nodeWillIndentChild(options, node, child, sourceFile, /*indentByDefault*/ tru…