Searched refs:tryGetModuleNameFromPaths (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 311 …const fromPaths = paths && tryGetModuleNameFromPaths(relativeToBaseUrl, paths, getAllowedEndings(e… 574 …function tryGetModuleNameFromPaths(relativeToBaseUrl: string, paths: MapLike<readonly string[]>, a… function 841 const fromPaths = tryGetModuleNameFromPaths(
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 127376 …var fromPaths = paths && tryGetModuleNameFromPaths(relativeToBaseUrl, paths, getAllowedEndings(end… 127624 …function tryGetModuleNameFromPaths(relativeToBaseUrl, paths, allowedEndings, host, compilerOptions… function 127888 …var fromPaths = tryGetModuleNameFromPaths(subModuleName, versionPaths.paths, getAllowedEndings(pre…
|
| D | tsc.js | 105872 …var fromPaths = paths && tryGetModuleNameFromPaths(relativeToBaseUrl, paths, getAllowedEndings(end… 106082 …function tryGetModuleNameFromPaths(relativeToBaseUrl, paths, allowedEndings, host, compilerOptions… function 106284 …var fromPaths = tryGetModuleNameFromPaths(subModuleName, versionPaths.paths, getAllowedEndings(pre…
|