Searched refs:updateImport (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | convertImport.ts | 144 …changes.insertNodeAfter(sourceFile, importDecl, updateImport(importDecl, /*defaultImportName*/ und… 147 …changes.replaceNode(sourceFile, importDecl, updateImport(importDecl, usedAsNamespaceOrDefault ? fa… 217 …changes.insertNodeAfter(sourceFile, toConvert.parent.parent, updateImport(importDecl, /*defaultImp… 228 …function updateImport(old: ImportDeclaration, defaultImportName: Identifier | undefined, elements:… function
|
/third_party/typescript/src/services/ |
D | getEditsForFileRename.ts | 237 …es.ChangeTracker, updateRef: (refText: string) => string | undefined, updateImport: (importLiteral… 244 const updated = updateImport(importStringLiteral);
|