Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/
DprocessProjectConfig.ts23 projectConfig.modulePathMap = {
/developtools/ace_ets2bundle/compiler/src/fast_build/visual/
Drollup-plugin-visual.ts53 if (projectConfig.modulePathMap !== undefined && !getHasVisual()) {
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts85 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]);
144 for (const moduleName in projectConfig.modulePathMap) {
145 const modulePath: string = projectConfig.modulePathMap[moduleName];
171 for (const key in projectConfig.modulePathMap) {
172 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]);
Dprocess_visual.ts60 const modules: any = projectConfig.modulePathMap;
84 if (projectConfig.modulePathMap !== undefined && !hasVisual) {
Dutils.ts380 if (projectConfig.modulePathMap) {
381 for (const key in projectConfig.modulePathMap) {
382 const value: string = projectConfig.modulePathMap[key];
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts37 modulePathMap: object, property
Drollup_plugin_mock.ts112 modulePathMap: { entry: `${projectRootDir}/${entryName}` },
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts89 arkProjectConfig.modulePathMap = buildJsonInfo.modulePathMap;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts630 for (const key in this.projectConfig.modulePathMap) {
631 const value: string = this.projectConfig.modulePathMap[key];