Searched refs:replaceNodeWithText (Results 1 – 2 of 2) sorted by relevance
26 changes.replaceNodeWithText(sourceFile, name, `${ name.text }()`);
391 public replaceNodeWithText(sourceFile: SourceFile, oldNode: Node, text: string): void { method in ts.textChanges.ChangeTracker1441 changes.replaceNodeWithText(sourceFile, node, "()");