Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixMissingCallParentheses.ts26 changes.replaceNodeWithText(sourceFile, name, `${ name.text }()`);
/third_party/typescript/src/services/
DtextChanges.ts391 public replaceNodeWithText(sourceFile: SourceFile, oldNode: Node, text: string): void { method in ts.textChanges.ChangeTracker
1441 changes.replaceNodeWithText(sourceFile, node, "()");