Home
last modified time | relevance | path

Searched refs:backupSourceMapPath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts90 private backupSourceMapPath: string; property in BytecodeObfuscator
102 this.backupSourceMapPath = path.join(this.originDir, SOURCEMAPS_JSON);
307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);
324 return this ? this.backupSourceMapPath : '';
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts90 private backupSourceMapPath: string; property in BytecodeObfuscator
102 this.backupSourceMapPath = path.join(this.originDir, SOURCEMAPS_JSON);
307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);
324 return this ? this.backupSourceMapPath : '';