Searched refs:cacheSourceMapPath (Results 1 – 1 of 1) sorted by relevance
123 cacheSourceMapPath: string; property in ModuleMode143 this.cacheSourceMapPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON);278 if (!fs.existsSync(this.cacheSourceMapPath)) {283 this.cacheSourceMapObject = JSON.parse(fs.readFileSync(this.cacheSourceMapPath).toString());319 fs.copyFileSync(this.sourceMapPath, this.cacheSourceMapPath);