Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotreload_mode.test.ts76 …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/
Dmodule_hotreload_mode.ts132 const sourceMapFilePath: string = path.join(this.projectConfig.patchAbcPath, SOURCEMAPS); constant
133 validateFilePathLength(sourceMapFilePath, this.logger);
134 fs.writeFileSync(sourceMapFilePath,
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts516 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,