Home
last modified time | relevance | path

Searched refs:relativeSourceFilePath (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dtransform.ts66 …const relativeSourceFilePath = toUnixPath(sourceFilePath.replace(projectConfig.projectRootPath + p… constant
67 sourcemap['sources'] = [ relativeSourceFilePath ];
68 sourcemap['file'] = path.basename(relativeSourceFilePath);
70 newSourceMaps[relativeSourceFilePath] = sourcemap;
Dutils.ts144 …const relativeSourceFilePath: string = toUnixPath(sourceFilePath).replace(toUnixPath(projectConfig… constant
146 …teObfuscatedSourceCode(content, filePath, logger, projectConfig, relativeSourceFilePath, newSource…
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts328 relativeSourceFilePath: string = '', rollupNewSourceMaps: any = {}): Promise<void> {
330 …urceCode(content, filePath, logger, projectConfig.arkObfuscator, relativeSourceFilePath, rollupNew…
335 …ourceCode(content, filePath, logger, projectConfig.terserConfig, relativeSourceFilePath, rollupNew…
346relativeSourceFilePath: 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 …]
Dprocess_module_files.ts54 …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/
Dmodule_source_file.ts168 const relativeSourceFilePath: string = constant
171 source: relativeSourceFilePath,
176 …newSourceMaps[relativeSourceFilePath] = await updateSourceMap(newSourceMaps[relativeSourceFilePath