Searched refs:getModuleSpecifiers (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 666 const getModuleSpecifiers = fromCacheOnly constant 673 …const { computedWithoutCache, moduleSpecifiers } = getModuleSpecifiers(exportInfo.moduleSymbol, ch…
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 160 export function getModuleSpecifiers( function
|
| D | checker.ts | 6470 specifier = first(moduleSpecifiers.getModuleSpecifiers(
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 56380 …specifier = ts.first(ts.moduleSpecifiers.getModuleSpecifiers(symbol, checker, specifierCompilerOpt… 127270 …function getModuleSpecifiers(moduleSymbol, checker, compilerOptions, importingSourceFile, host, us… function 127274 moduleSpecifiers_1.getModuleSpecifiers = getModuleSpecifiers;
|
| D | tsc.js | 46762 …specifier = ts.first(ts.moduleSpecifiers.getModuleSpecifiers(symbol, checker, specifierCompilerOpt… 105787 …function getModuleSpecifiers(moduleSymbol, checker, compilerOptions, importingSourceFile, host, us… function 105791 moduleSpecifiers_1.getModuleSpecifiers = getModuleSpecifiers;
|