Searched refs:tryLoadModuleUsingPaths (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 1186 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 1998 …const result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, /*pa… 2549 …const fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents… 2558 function tryLoadModuleUsingPaths(extensions: Extensions, moduleName: string, baseDirectory: string,… function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 28161 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 28687 …const result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, void… 29136 …const fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents… 29143 function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader… function
|
| D | tsc.js | 36976 …return tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader,… 37610 …const result = tryLoadModuleUsingPaths(extensions, moduleName, candidate, versionPaths.paths, void… 38059 …const fromPaths = tryLoadModuleUsingPaths(extensions, rest, packageDirectory, packageInfo.contents… 38066 function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loader… function
|