Searched refs:cacheSourceMapPath (Results 1 – 1 of 1) sorted by relevance
125 cacheSourceMapPath: string; property in ModuleMode145 this.cacheSourceMapPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON);280 if (!fs.existsSync(this.cacheSourceMapPath)) {285 this.cacheSourceMapObject = JSON.parse(fs.readFileSync(this.cacheSourceMapPath).toString());321 fs.copyFileSync(this.sourceMapPath, this.cacheSourceMapPath);