Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts125 const sourceMapFilePath: string = path.join(this.projectConfig.patchAbcPath, SOURCEMAPS); constant
126 validateFilePathLength(sourceMapFilePath, this.logger);
127 fs.writeFileSync(sourceMapFilePath,
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts515 let sourceMapFilePath: string = path.join(projectConfig.buildPath, SOURCEMAPS);
516 validateFilePathLength(sourceMapFilePath, logger);
517 fs.writeFile(sourceMapFilePath, JSON.stringify(cachedSourceMaps, null, 2), 'utf-8',
1144 let sourceMapFilePath: string = path.join(projectConfig.patchAbcPath, SOURCEMAPS);
1145 validateFilePathLength(sourceMapFilePath, logger);
1146 fs.writeFileSync(sourceMapFilePath,