Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts462 const existingResolution = resolution; constant
499 if (existingResolution) {
500 …stopWatchFailedLookupLocationOfResolution(existingResolution, path, getResolutionWithResolvedFileN…
503 … && filesWithChangedSetOfUnresolvedImports && !resolutionIsEqualTo(existingResolution, resolution)…
/third_party/typescript/lib/
DtypingsInstaller.js126540 var existingResolution = resolution;
126569 if (existingResolution) {
126570 …stopWatchFailedLookupLocationOfResolution(existingResolution, path, getResolutionWithResolvedFileN…
126572 … && filesWithChangedSetOfUnresolvedImports && !resolutionIsEqualTo(existingResolution, resolution)…
Dtsc.js105136 var existingResolution = resolution;
105165 if (existingResolution) {
105166 …stopWatchFailedLookupLocationOfResolution(existingResolution, path, getResolutionWithResolvedFileN…
105168 … && filesWithChangedSetOfUnresolvedImports && !resolutionIsEqualTo(existingResolution, resolution)…