Searched defs:modulePaths (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 219 …const modulePaths = getAllModulePaths(importingSourceFile.path, nodeModulesFileName, host, prefere… constant 235 …const modulePaths = getAllModulePaths(importingSourceFileName, toFileName, host, userPreferences, … constant 313 let [specifiers, moduleSourceFile, modulePaths, cache] = tryGetModuleSpecifiersFromCacheWorker( variable 581 …const modulePaths = getAllModulePathsWorker(importingFilePath, importedFileName, host, packageMana… constant
|
| D | types.ts | 9317 modulePaths: readonly ModulePath[] | undefined; property
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4761 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsserverlibrary.d.ts | 8764 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsc.js | 42365 function computeModuleSpecifiers(modulePaths, compilerOptions, importingSourceFile, host, userPrefe… argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4761 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsserverlibrary.d.ts | 8764 modulePaths: readonly ModulePath[] | undefined; property
|