Searched refs:readCacheSourceMap (Results 1 – 1 of 1) sorted by relevance
219 const readCacheSourceMap = fs.readFileSync(this.cacheSourceMapPath, 'utf-8'); constant220 if (readSourceMap.length == 0 && readCacheSourceMap.length == 0) {222 } else if (readSourceMap === readCacheSourceMap) {