Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DimportFixes.ts254 …const importMap = createExistingImportMap(program.getTypeChecker(), importingFile, program.getComp…
434 …importMap = createExistingImportMap(program.getTypeChecker(), sourceFile, program.getCompilerOptio…
589 …function createExistingImportMap(checker: TypeChecker, importingFile: SourceFile, compilerOptions:… function