Searched refs:DynamicIndentation (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 45 interface DynamicIndentation { interface 527 parentDynamicIndentation: DynamicIndentation, 592 …tation(node: Node, nodeStartLine: number, indentation: number, delta: number): DynamicIndentation { 712 parentDynamicIndentation: DynamicIndentation, 803 parentDynamicIndentation: DynamicIndentation): void { 881 …ner(currentTokenInfo: TokenInfo, parent: Node, dynamicIndentation: DynamicIndentation, container: … 973 …xtRangeWithKind[], parent: Node, contextNode: Node, dynamicIndentation: DynamicIndentation): void { 986 dynamicIndentation: DynamicIndentation): LineAction { 1017 dynamicIndentation: DynamicIndentation | undefined): LineAction {
|