Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts72 entryModuleName: string = ENTRY_MODULE_NAME_DEFAULT; property in ProjectConfig
226 …this.aceProfilePath = `${proPath}/${this.entryModuleName}/${mode}/res/default/resources/base/profi…
228 this.modulePath = `${proPath}/${this.entryModuleName}`;
231 this.aceModuleJsonPath = `${proPath}/${this.entryModuleName}/${mode}/module.json`;
232 this.appResource = `${proPath}/${this.entryModuleName}/${mode}/res/default/ResourceTable.txt`;
233 this.aceModuleRoot = `${proPath}/${this.entryModuleName}/src`;
234 this.aceSuperVisualPath = `${proPath}/${this.entryModuleName}/src/main/supervisual`;
235 this.aceBuildJson = `${proPath}/${this.entryModuleName}/${mode}/loader.json`;
236 this.cachePath = `${proPath}/${this.entryModuleName}/${mode}`;
237 this.aceModuleBuild = `${proPath}/${this.entryModuleName}/${mode}`;
[all …]
Dmodule_info.ts34 constructor(entryModuleName: string, modulePath: string) {
37 this.moduleName = entryModuleName;
53 constructor(id: string, entryModuleName: string, modulePath: string) {
54 this.meta = new Meta(entryModuleName, modulePath);
Drollup_plugin_mock.ts140 const entryName = this.share.projectConfig.entryModuleName;
228 this.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts576 this.rollup.share.projectConfig.entryModuleName,
609 this.rollup.share.projectConfig.entryModuleName,
640 this.rollup.share.projectConfig.entryModuleName,
671 this.rollup.share.projectConfig.entryModuleName,
703 this.rollup.share.projectConfig.entryModuleName,
734 this.rollup.share.projectConfig.entryModuleName,
766 this.rollup.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts354 this.rollup.share.projectConfig.entryModuleName,
386 this.rollup.share.projectConfig.entryModuleName,
418 this.rollup.share.projectConfig.entryModuleName,
463 this.rollup.share.projectConfig.entryModuleName,
495 this.rollup.share.projectConfig.entryModuleName,
527 this.rollup.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts115 entryModuleName: 'default',
599 entryModuleName: 'default',
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts916 this.rollup.share.projectConfig.entryModuleName = 'entry';
999 this.rollup.share.projectConfig.entryModuleName = 'entry';
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts205 rollupObject.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1026 …let keyInfo: string[] = [projectConfig.entryModuleName, projectConfig.targetName, isWidget, ohosTe…