Searched refs:sourceMapFilePath (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_hotreload_mode.test.ts | 76 …const sourceMapFilePath: string = path.join(this.rollup.share.projectConfig.patchAbcPath, SOURCEMA… constant 77 if (sourceMapFilePath && fs.existsSync(sourceMapFilePath)) { 78 const testObject = fs.readFileSync(sourceMapFilePath).toString();
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 132 const sourceMapFilePath: string = path.join(this.projectConfig.patchAbcPath, SOURCEMAPS); constant 133 validateFilePathLength(sourceMapFilePath, this.logger); 134 fs.writeFileSync(sourceMapFilePath,
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 516 let sourceMapFilePath: string = path.join(projectConfig.buildPath, SOURCEMAPS); 517 validateFilePathLength(sourceMapFilePath, logger); 518 fs.writeFile(sourceMapFilePath, JSON.stringify(cachedSourceMaps, null, 2), 'utf-8', 1145 let sourceMapFilePath: string = path.join(projectConfig.patchAbcPath, SOURCEMAPS); 1146 validateFilePathLength(sourceMapFilePath, logger); 1147 fs.writeFileSync(sourceMapFilePath,
|