Searched refs:cacheSourceMapObject (Results 1 – 1 of 1) sorted by relevance
119 cacheSourceMapObject: any; property in ModuleMode137 this.cacheSourceMapObject = {};281 this.cacheSourceMapObject = newSourceMaps;285 this.cacheSourceMapObject = JSON.parse(fs.readFileSync(this.cacheSourceMapPath).toString());294 Object.keys(this.cacheSourceMapObject).forEach(key => {301 delete this.cacheSourceMapObject[file];306 this.cacheSourceMapObject[key] = newSourceMaps[key];317 …fs.writeFile(this.sourceMapPath, JSON.stringify(this.cacheSourceMapObject, null, 2), 'utf-8', (err…