Searched refs:sourceFileCache (Results 1 – 3 of 3) sorted by relevance
174 const sourceFileCache = new Map<SourceFile["impliedNodeFormat"], ESMap<Path, SourceFile>>(); constant202 const forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);208 … sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new Map()).set(key, sourceFile));230 sourceFileCache.forEach(map => map.delete(key));233 sourceFileCache.forEach(map => {
120772 var sourceFileCache = new ts.Map();120799 var forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);120805 …sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new ts.Map()).set(key, sourceFile)…120830 sourceFileCache.forEach(function (map) { return map.delete(key); });120833 sourceFileCache.forEach(function (map) {
100147 var sourceFileCache = new ts.Map();100173 var forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);100179 …sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new ts.Map()).set(key, sourceFile)…100203 sourceFileCache.forEach(function (map) { return map.delete(key); });100206 sourceFileCache.forEach(function (map) {