Searched refs:replaceRangeWithNodes (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | textChanges.ts | 383 …private replaceRangeWithNodes(sourceFile: SourceFile, range: TextRange, newNodes: readonly Node[],… method in ts.textChanges.ChangeTracker 388 …this.replaceRangeWithNodes(sourceFile, getAdjustedRange(sourceFile, oldNode, oldNode, options), ne… 396 …this.replaceRangeWithNodes(sourceFile, getAdjustedRange(sourceFile, startNode, endNode, options), … 418 this.replaceRangeWithNodes(sourceFile, createRange(pos), newNodes, options);
|