Searched defs:modulePaths (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 106 …const modulePaths = getAllModulePaths(importingSourceFile.path, nodeModulesFileName, host, prefere… constant 122 …const modulePaths = getAllModulePaths(importingSourceFileName, toFileName, host, userPreferences, … constant 194 … let [specifiers, moduleSourceFile, modulePaths, cache] = tryGetModuleSpecifiersFromCacheWorker( variable 460 …const modulePaths = getAllModulePathsWorker(importingFilePath, importedFileName, host, packageMana… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4399 modulePaths: readonly ModulePath[] | undefined; property
|
| D | typescriptServices.d.ts | 4399 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsserverlibrary.d.ts | 4399 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsc.js | 107681 …function computeModuleSpecifiers(modulePaths, compilerOptions, importingSourceFile, host, userPref… argument
|
| D | typingsInstaller.js | 129404 …function computeModuleSpecifiers(modulePaths, compilerOptions, importingSourceFile, host, userPref… argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4399 modulePaths: readonly ModulePath[] | undefined; property
|
| D | tsserverlibrary.d.ts | 4399 modulePaths: readonly ModulePath[] | undefined; property
|