Searched refs:sourceMapFilePath (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 125 const sourceMapFilePath: string = path.join(this.projectConfig.patchAbcPath, SOURCEMAPS); constant 126 validateFilePathLength(sourceMapFilePath, this.logger); 127 fs.writeFileSync(sourceMapFilePath,
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 515 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,
|