Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts690 …const endPosition = this.insertNodeAfterWorker(sourceFile, this.nextCommaToken(sourceFile, after) …
695 const endPosition = this.insertNodeAfterWorker(sourceFile, after, newNode);
704 const endPosition = this.insertNodeAfterWorker(sourceFile, after, first(newNodes));
708 private insertNodeAfterWorker(sourceFile: SourceFile, after: Node, newNode: Node): number { method in ts.textChanges.ChangeTracker