Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/
DprocessProjectConfig.ts23 projectConfig.modulePathMap = {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts279 let modulePathMap = {}; variable
293 modulePathMap = {
307 …ing[] = collectResevedFileNameInIDEConfig(ohPackagePath, projectConfig, modulePathMap, entryArray);
365 …ing[] = collectResevedFileNameInIDEConfig(ohPackagePath, projectConfig, modulePathMap, entryArray);
414 …ing[] = collectResevedFileNameInIDEConfig(ohPackagePath, projectConfig, modulePathMap, entryArray);
463 …ing[] = collectResevedFileNameInIDEConfig(ohPackagePath, projectConfig, modulePathMap, entryArray);
Dutils.test.ts1351 const modulePathMap: Object = { constant
1360 const belongModuleInfo: Object = getBelongModuleInfo(filePath, modulePathMap, projectRootPath);
1370 const modulePathMap: Object = { constant
1379 const belongModuleInfo: Object = getBelongModuleInfo(filePath, modulePathMap, projectRootPath);
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts380 if (projectConfig.modulePathMap) {
381 for (const key in projectConfig.modulePathMap) {
382 const value: string = projectConfig.modulePathMap[key];
406 projectConfig: Object, modulePathMap?: Object): void {
407 …const belongModuleInfo: Object = getBelongModuleInfo(sourcePath, modulePathMap, projectConfig.proj…
1263 export function getBelongModuleInfo(filePath: string, modulePathMap: Object, projectRootPath: strin…
1264 for (const moduleName of Object.keys(modulePathMap)) {
1265 if (toUnixPath(filePath).startsWith(toUnixPath(modulePathMap[moduleName]) + '/')) {
1269 belongModulePath: modulePathMap[moduleName]
Dark_utils.ts130 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]);
188 for (const moduleName in projectConfig.modulePathMap) {
189 const modulePath: string = projectConfig.modulePathMap[moduleName];
218 for (const key in projectConfig.modulePathMap) {
219 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]);
Dets_checker.ts635 projectConfig, projectConfig.modulePathMap);
643 …Har(moduleFile, emit, '.d' + path.extname(moduleFile), projectConfig, projectConfig.modulePathMap);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts105 arkProjectConfig.modulePathMap = buildJsonInfo.modulePathMap;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts44 modulePathMap: object, property
Drollup_plugin_mock.ts144 modulePathMap: { entry: `${projectRootDir}/${entryName}` },
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts348 modulePathMap: {
368 modulePathMap: {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts775 for (const key in this.projectConfig.modulePathMap) {
776 const value: string = this.projectConfig.modulePathMap[key];
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts172 projectConfig.modulePathMap = {};
191 projectConfig.modulePathMap = {};
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts214 …metaInfo = getBelongModuleInfo(moduleInfoId, projectConfig.modulePathMap, projectConfig.projectRoo…