Searched refs:modulePathMap (Results 1 – 13 of 13) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/ |
| D | processProjectConfig.ts | 23 projectConfig.modulePathMap = {
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ob_config_resolver.test.ts | 279 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);
|
| D | utils.test.ts | 1351 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/ |
| D | utils.ts | 380 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]
|
| D | ark_utils.ts | 130 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]);
|
| D | ets_checker.ts | 635 projectConfig, projectConfig.modulePathMap); 643 …Har(moduleFile, emit, '.d' + path.extname(moduleFile), projectConfig, projectConfig.modulePathMap);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 105 arkProjectConfig.modulePathMap = buildJsonInfo.modulePathMap;
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 44 modulePathMap: object, property
|
| D | rollup_plugin_mock.ts | 144 modulePathMap: { entry: `${projectRootDir}/${entryName}` },
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/ |
| D | ark_utils.test.ts | 348 modulePathMap: { 368 modulePathMap: {
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 775 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/ |
| D | ohmUrl.test.ts | 172 projectConfig.modulePathMap = {}; 191 projectConfig.modulePathMap = {};
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 214 …metaInfo = getBelongModuleInfo(moduleInfoId, projectConfig.modulePathMap, projectConfig.projectRoo…
|