Home
last modified time | relevance | path

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

/third_party/typescript/scripts/
Dword2md.mjs103 * @param {FindReplaceOptions} replaceOptions
105 function findReplace(findText, findOptions, replaceText, replaceOptions) { argument
111 setProperties(replace, replaceOptions);
/third_party/typescript/src/services/
DorganizeImports.ts93 const replaceOptions = { constant
98 … changeTracker.replaceNodeWithNodes(sourceFile, oldImportDecls[0], newImportDecls, replaceOptions);
99 …ilingComment = changeTracker.nodeHasTrailingComment(sourceFile, oldImportDecls[0], replaceOptions);