Searched refs:tryLoadModuleUsingPaths (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 1163 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 1973 …const result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, /*pa… 2524 …const fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents… 2533 …function tryLoadModuleUsingPaths(extensions: Extensions, moduleName: string, baseDirectory: string… function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 44878 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 45578 …var result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, /*path… 46094 …var fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents.v… 46101 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… function
|
| D | tsc.js | 36815 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 37441 …var result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, undefi… 37897 …var fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents.v… 37904 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… function
|