Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DconvertToEsModule.ts185 … changes.replaceNodeWithNodes(sourceFile, statement, flatMap(converted, c => c.newImports));
240 changes.replaceNodeWithNodes(sourceFile, assignment.parent, replacement[0]);
299 changes.replaceNodeWithNodes(sourceFile, assignment.parent, newNodes);
DconvertToAsyncFunction.ts95 changes.replaceNodeWithNodes(sourceFile, returnStatement, newNodes);
/third_party/typescript/src/services/
DorganizeImports.ts98 … changeTracker.replaceNodeWithNodes(sourceFile, oldImportDecls[0], newImportDecls, replaceOptions);
DtextChanges.ts387 …public replaceNodeWithNodes(sourceFile: SourceFile, oldNode: Node, newNodes: readonly Node[], opti… method in ts.textChanges.ChangeTracker
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1135 changeTracker.replaceNodeWithNodes(context.file, range.range, newNodes);