Home
last modified time | relevance | path

Searched refs:modulePathMap (Results 1 – 12 of 12) 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.ts400 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]
Dark_utils.ts129 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]);
Dets_checker.ts625 projectConfig, projectConfig.modulePathMap);
633 …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.ts346 modulePathMap: {
366 modulePathMap: {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts770 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/
DohmUrl.test.ts168 projectConfig.modulePathMap = {};
187 projectConfig.modulePathMap = {};