Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/
Drollup.config.js55 if (projectConfig.compileMode === 'esmodule' && projectConfig.harNameOhmMap) {
56 for (const harName in projectConfig.harNameOhmMap) {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/
DprocessProjectConfig.ts29 projectConfig.harNameOhmMap = {
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts296 if (projectConfig.harNameOhmMap) {
298 if (projectConfig.harNameOhmMap.hasOwnProperty(moduleRequest)) {
299 return projectConfig.harNameOhmMap[moduleRequest];
302 for (const harName in projectConfig.harNameOhmMap) {
304 const idx: number = projectConfig.harNameOhmMap[harName].split('/', 2).join('/').length;
305 const harOhmName: string = projectConfig.harNameOhmMap[harName].substring(0, idx);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts46 harNameOhmMap: object, property
Drollup_plugin_mock.ts117 harNameOhmMap: {},
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts108 arkProjectConfig.harNameOhmMap = buildJsonInfo.harNameOhmMap;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts165 ModuleSourceFile.projectConfig.harNameOhmMap = projectConfig.harNameOhmMap;