Searched refs:tryGetModuleNameAsExternalModule (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 76 …modulePath => tryGetModuleNameAsExternalModule(modulePath, info, host, compilerOptions, /*packageN… 88 …return firstDefined(modulePaths, modulePath => tryGetModuleNameAsExternalModule(modulePath, info, … 133 … const specifier = tryGetModuleNameAsExternalModule(modulePath, info, host, compilerOptions); 471 …function tryGetModuleNameAsExternalModule({ path, isRedirect }: ModulePath, { getCanonicalFileName… function
|