Searched refs:newModuleSpecifier (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/services/refactors/ |
| D | moveToNewFile.ts | 198 …const newModuleSpecifier = combinePaths(getDirectoryPath(moduleSpecifierFromImport(importNode).tex… constant 199 …Declaration = filterImport(importNode, factory.createStringLiteral(newModuleSpecifier), shouldMove… 203 …eImport(changes, sourceFile, checker, movedSymbols, newModuleName, newModuleSpecifier, ns, importN… 229 newModuleSpecifier: string, 249 …e, oldImportNode, updateNamespaceLikeImportNode(oldImportNode, newModuleName, newModuleSpecifier)); 253 …aceLikeImportNode(node: SupportedImport, newNamespaceName: string, newModuleSpecifier: string): No… 255 const newModuleString = factory.createStringLiteral(newModuleSpecifier);
|