Searched refs:modulePathMap (Results 1 – 12 of 12) 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 | 400 if (projectConfig.modulePathMap) { 401 for (const key in projectConfig.modulePathMap) { 402 const value: string = projectConfig.modulePathMap[key]; 426 projectConfig: Object, modulePathMap?: Object): void { 427 …const belongModuleInfo: Object = getBelongModuleInfo(sourcePath, modulePathMap, projectConfig.proj… 1283 export function getBelongModuleInfo(filePath: string, modulePathMap: Object, projectRootPath: strin… 1284 for (const moduleName of Object.keys(modulePathMap)) { 1285 if (toUnixPath(filePath).startsWith(toUnixPath(modulePathMap[moduleName]) + '/')) { 1289 belongModulePath: modulePathMap[moduleName]
|
| D | ark_utils.ts | 129 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); 187 for (const moduleName in projectConfig.modulePathMap) { 188 const modulePath: string = projectConfig.modulePathMap[moduleName]; 217 for (const key in projectConfig.modulePathMap) { 218 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]);
|
| D | ets_checker.ts | 625 projectConfig, projectConfig.modulePathMap); 633 …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 | 346 modulePathMap: { 366 modulePathMap: {
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 770 for (const key in this.projectConfig.modulePathMap) { 771 const value: string = this.projectConfig.modulePathMap[key];
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/ |
| D | ohmUrl.test.ts | 168 projectConfig.modulePathMap = {}; 187 projectConfig.modulePathMap = {};
|