Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts104 …changeTracker.replaceNodeRange(sourceFile, statements[0], last(statements), newStatement, { suffix…
275 …changeTracker.replaceNodeRange(sourceFile, findVariableStatementContaining("y", sourceFile), findV…
278 …changeTracker.replaceNodeRange(sourceFile, findVariableStatementContaining("y", sourceFile), findV…
281 …changeTracker.replaceNodeRange(sourceFile, findVariableStatementContaining("y", sourceFile), findV…
284 …changeTracker.replaceNodeRange(sourceFile, findVariableStatementContaining("y", sourceFile), findV…
/third_party/typescript/src/services/refactors/
DconvertOverloadListToSingleSignature.ts113 … t.replaceNodeRange(file, signatureDecls[0], signatureDecls[signatureDecls.length - 1], updated);
DconvertToOptionalChainExpression.ts291 … changes.replaceNodeRange(sourceFile, firstOccurrence, finalExpression, convertedChain);
DconvertParamsToDestructuredObject.ts67 changes.replaceNodeRange(
/third_party/typescript/src/services/
DtextChanges.ts379 …public replaceNodeRange(sourceFile: SourceFile, startNode: Node, endNode: Node, newNode: Node, opt… method in ts.textChanges.ChangeTracker