Searched refs:getInsertNodeAfterOptions (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | textChanges.ts | 691 …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
|