Searched refs:relativeSourceFilePath (Results 1 – 5 of 5) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | transform.ts | 66 …const relativeSourceFilePath = toUnixPath(sourceFilePath.replace(projectConfig.projectRootPath + p… constant 67 sourcemap['sources'] = [ relativeSourceFilePath ]; 68 sourcemap['file'] = path.basename(relativeSourceFilePath); 70 newSourceMaps[relativeSourceFilePath] = sourcemap;
|
| D | utils.ts | 144 …const relativeSourceFilePath: string = toUnixPath(sourceFilePath).replace(toUnixPath(projectConfig… constant 146 …teObfuscatedSourceCode(content, filePath, logger, projectConfig, relativeSourceFilePath, newSource…
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 328 relativeSourceFilePath: string = '', rollupNewSourceMaps: any = {}): Promise<void> { 330 …urceCode(content, filePath, logger, projectConfig.arkObfuscator, relativeSourceFilePath, rollupNew… 335 …ourceCode(content, filePath, logger, projectConfig.terserConfig, relativeSourceFilePath, rollupNew… 346 …relativeSourceFilePath: string = '', rollupNewSourceMaps: any = {}, obfuscationMergedObConfig: Mer… 348 if (relativeSourceFilePath.length > 0) { 349 previousStageSourceMap = rollupNewSourceMaps[relativeSourceFilePath]; 353 if (identifierCaches && identifierCaches[relativeSourceFilePath]) { 354 historyNameCache = getMapFromJson(identifierCaches[relativeSourceFilePath]); 361 logger.error(red, `ArkTS:ERROR Failed to obfuscate file: ${relativeSourceFilePath}`); 366 mixedInfo.sourceMap.sources = [relativeSourceFilePath]; [all …]
|
| D | process_module_files.ts | 54 …let relativeSourceFilePath = toUnixPath(node.fileName).replace(toUnixPath(projectConfig.projectRoo… 57 rollupNewSourceMaps[relativeSourceFilePath] = mixedInfo.sourceMapJson; 60 webpackNewSourceMaps[relativeSourceFilePath] = mixedInfo.sourceMapJson; 64 …rceCode(mixedInfo.content, temporaryFile, logger, projectConfig, relativeSourceFilePath, sourceMap…
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_source_file.ts | 168 const relativeSourceFilePath: string = constant 171 source: relativeSourceFilePath, 176 …newSourceMaps[relativeSourceFilePath] = await updateSourceMap(newSourceMaps[relativeSourceFilePath…
|