Home
last modified time | relevance | path

Searched refs:ResolutionWithFailedLookupLocations (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts31 interface ResolutionWithFailedLookupLocations { interface
43 …kupLocations extends ResolvedModuleWithFailedLookupLocations, ResolutionWithFailedLookupLocations {
46 …ends ResolvedTypeReferenceDirectiveWithFailedLookupLocations, ResolutionWithFailedLookupLocations {
143 …esolutionWithResolvedFileName<T extends ResolutionWithFailedLookupLocations = ResolutionWithFailed…
150 …const nonRelativeExternalModuleResolutions = createMultiMap<ResolutionWithFailedLookupLocations>();
152 const resolutionsWithFailedLookups: ResolutionWithFailedLookupLocations[] = [];
153 const resolvedFileToResolution = createMultiMap<ResolutionWithFailedLookupLocations>();
338 …interface ResolveNamesWithLocalCacheInput<T extends ResolutionWithFailedLookupLocations, R extends…
350 …function resolveNamesWithLocalCache<T extends ResolutionWithFailedLookupLocations, R extends Resol…
547 …FailedLookupLocationsOfExternalModuleResolutions<T extends ResolutionWithFailedLookupLocations, R …
[all …]