Searched refs:cacheSourceMapPath (Results 1 – 5 of 5) sorted by relevance
55 private cacheSourceMapPath: string; property in SourceMapGenerator70 this.cacheSourceMapPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON);205 fs.copyFileSync(this.sourceMapPath, this.cacheSourceMapPath);220 if (!fs.existsSync(this.cacheSourceMapPath)) {223 cacheSourceMapObject = JSON.parse(fs.readFileSync(this.cacheSourceMapPath).toString());
315 sourceMapGenerator.cacheSourceMapPath = rootPath + 'source_map_cache.json';340 sourceMapGenerator.cacheSourceMapPath = rootPath + 'source_map_cache.json';365 sourceMapGenerator.cacheSourceMapPath = rootPath + 'source_map_cache_preview.json';390 sourceMapGenerator.cacheSourceMapPath = rootPath + 'source_map_cache.json';
223 const readCacheSourceMap = fs.readFileSync(this.cacheSourceMapPath, 'utf-8');
788 moduleMode.cacheSourceMapPath = '';810 moduleMode.cacheSourceMapPath = EXPECT_SOURCEMAP_JSON;846 moduleMode.cacheSourceMapPath = '';868 moduleMode.cacheSourceMapPath = '';890 moduleMode.cacheSourceMapPath = '';911 moduleMode.cacheSourceMapPath = '';
143 cacheSourceMapPath: string; property in ModuleMode166 this.cacheSourceMapPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON);