Searched refs:replaceNodeWithNodes (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | convertToEsModule.ts | 185 … changes.replaceNodeWithNodes(sourceFile, statement, flatMap(converted, c => c.newImports)); 240 changes.replaceNodeWithNodes(sourceFile, assignment.parent, replacement[0]); 299 changes.replaceNodeWithNodes(sourceFile, assignment.parent, newNodes);
|
D | convertToAsyncFunction.ts | 95 changes.replaceNodeWithNodes(sourceFile, returnStatement, newNodes);
|
/third_party/typescript/src/services/ |
D | organizeImports.ts | 98 … changeTracker.replaceNodeWithNodes(sourceFile, oldImportDecls[0], newImportDecls, replaceOptions);
|
D | textChanges.ts | 387 …public replaceNodeWithNodes(sourceFile: SourceFile, oldNode: Node, newNodes: readonly Node[], opti… method in ts.textChanges.ChangeTracker
|
/third_party/typescript/src/services/refactors/ |
D | extractSymbol.ts | 1135 changeTracker.replaceNodeWithNodes(context.file, range.range, newNodes);
|