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 | 45013 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 45713 …var result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, /*path… 46229 …var fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents.v… 46236 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… function
|
| D | tsc.js | 36942 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 37568 …var result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, undefi… 38024 …var fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents.v… 38031 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… function
|