Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts691 …this.insertNodeAt(sourceFile, endPosition, newNode, this.getInsertNodeAfterOptions(sourceFile, aft…
696 …this.insertNodeAt(sourceFile, endPosition, newNode, this.getInsertNodeAfterOptions(sourceFile, aft…
705 …this.insertNodesAt(sourceFile, endPosition, newNodes, this.getInsertNodeAfterOptions(sourceFile, a…
720 private getInsertNodeAfterOptions(sourceFile: SourceFile, after: Node): InsertNodeOptions { method in ts.textChanges.ChangeTracker