Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts302 const souceMapJsonPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON); constant
306 if (fs.existsSync(souceMapJsonPath)) {
307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);
312 …fs.writeFileSync(souceMapJsonPath, SourceMapGenerator.getInstance().convertSourceMapToCache(source…
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts302 const souceMapJsonPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON); constant
306 if (fs.existsSync(souceMapJsonPath)) {
307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);
312 …fs.writeFileSync(souceMapJsonPath, SourceMapGenerator.getInstance().convertSourceMapToCache(source…