Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts113 originalFilePath: filePath constant
134 projectConfig, namespace, logger, originalFilePath
152 …rror(red, `ArkTS:ERROR Failed to get an resolved OhmUrl by filepath "${originalFilePath}"`, reset);
153 return originalFilePath;
182 …logger.error(red, `ArkTS:ERROR Failed to get an resolved OhmUrl by filepath "${originalFilePath}"`…
183 return originalFilePath;
408 …relativeSourceFilePath: string = '', rollupNewSourceMaps: Object = {}, originalFilePath: string): …
421 namecachePath = harFilesRecord.get(originalFilePath).sourceCachePath;
430 …bfuscator.obfuscate(content, filePath, previousStageSourceMap, historyNameCache, originalFilePath);
444 tryMangleFileNameAndWriteFile(filePath, mixedInfo.content, projectConfig, originalFilePath);
[all …]