Searched defs:affectingLocations (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 35 readonly affectingLocations: string[]; property 379 … const { resolvedModule, failedLookupLocations, affectingLocations } = loadModuleFromGlobalCache( constant 704 const { failedLookupLocations, affectingLocations } = resolution; constant 739 const { affectingLocations } = resolution; constant 837 const { failedLookupLocations, affectingLocations } = resolution; constant
|
D | moduleNameResolver.ts | 116 affectingLocations: Push<string>; property 361 const affectingLocations: string[] = []; constant 380 affectingLocations, constant 1366 const affectingLocations: string[] = []; constant 1380 affectingLocations, constant 2621 const affectingLocations: string[] = []; constant 2629 affectingLocations, packageJsonInfoCache: cache, constant 2690 const affectingLocations: string[] = []; constant 2697 affectingLocations, constant
|
D | types.ts | 7251 readonly affectingLocations: string[]; property 7275 /*@internal*/ readonly affectingLocations: string[]; property
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 44048 …ocations(resolved, isExternalLibraryImport, failedLookupLocations, affectingLocations, diagnostics… argument 44269 affectingLocations: affectingLocations, property 44296 …eReferenceDirective, failedLookupLocations: failedLookupLocations, affectingLocations: affectingLo… property 45053 affectingLocations: affectingLocations, property 46193 affectingLocations: affectingLocations, property 46253 affectingLocations: affectingLocations, property
|
D | tsc.js | 36114 …ocations(resolved, isExternalLibraryImport, failedLookupLocations, affectingLocations, diagnostics… argument 36315 affectingLocations: affectingLocations, property 36341 …eReferenceDirective, failedLookupLocations: failedLookupLocations, affectingLocations: affectingLo… property 36969 affectingLocations: affectingLocations, property 37988 affectingLocations: affectingLocations, property 38039 affectingLocations: affectingLocations, property
|