Searched refs:backupSourceMapPath (Results 1 – 2 of 2) sorted by relevance
90 private backupSourceMapPath: string; property in BytecodeObfuscator102 this.backupSourceMapPath = path.join(this.originDir, SOURCEMAPS_JSON);307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);324 return this ? this.backupSourceMapPath : '';