Searched defs:modulePaths (Results 1 – 9 of 9) 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/node/lib/internal/modules/cjs/ |
D | loader.js | 265 let modulePaths = []; variable
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4332 modulePaths: readonly ModulePath[] | undefined; property
|
D | typescriptServices.d.ts | 4332 modulePaths: readonly ModulePath[] | undefined; property
|
D | tsserverlibrary.d.ts | 4332 modulePaths: readonly ModulePath[] | undefined; property
|
D | typingsInstaller.js | 127294 …function computeModuleSpecifiers(modulePaths, compilerOptions, importingSourceFile, host, userPref… argument
|
D | tsc.js | 105810 …function computeModuleSpecifiers(modulePaths, compilerOptions, importingSourceFile, host, userPref… argument
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 4332 modulePaths: readonly ModulePath[] | undefined; property
|
D | tsserverlibrary.d.ts | 4332 modulePaths: readonly ModulePath[] | undefined; property
|