Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts65 entryModuleName: string = ENTRY_MODULE_NAME_DEFAULT; property in ProjectConfig
148 …this.aceProfilePath = `${proPath}/${this.entryModuleName}/${mode}/res/default/resources/base/profi…
150 this.modulePath = `${proPath}/${this.entryModuleName}`;
153 this.aceModuleJsonPath = `${proPath}/${this.entryModuleName}/${mode}/module.json`;
154 this.appResource = `${proPath}/${this.entryModuleName}/${mode}/res/default/ResourceTable.txt`;
155 this.aceModuleRoot = `${proPath}/${this.entryModuleName}/src`;
156 this.aceSuperVisualPath = `${proPath}/${this.entryModuleName}/src/main/supervisual`;
157 this.aceBuildJson = `${proPath}/${this.entryModuleName}/${mode}/loader.json`;
158 this.cachePath = `${proPath}/${this.entryModuleName}/${mode}`;
159 this.aceModuleBuild = `${proPath}/${this.entryModuleName}/${mode}`;
[all …]
Dmodule_info.ts27 constructor(entryModuleName: string, modulePath: string, packageName: string) {
29 this.moduleName = entryModuleName;
44 constructor(id: string, entryModuleName: string, modulePath: string) {
45 this.meta = new Meta(entryModuleName, modulePath);
Drollup_plugin_mock.ts123 const entryName = this.share.projectConfig.entryModuleName;
210 this.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts75 if (!SourceMapGenerator.instance.projectConfig.entryModuleName ||
121 name: this.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts571 this.rollup.share.projectConfig.entryModuleName,
602 this.rollup.share.projectConfig.entryModuleName,
633 this.rollup.share.projectConfig.entryModuleName,
664 this.rollup.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts344 this.rollup.share.projectConfig.entryModuleName,
376 this.rollup.share.projectConfig.entryModuleName,
408 this.rollup.share.projectConfig.entryModuleName,
453 this.rollup.share.projectConfig.entryModuleName,
485 this.rollup.share.projectConfig.entryModuleName,
517 this.rollup.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts98 entryModuleName: 'default',
464 entryModuleName: 'default',
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts911 this.rollup.share.projectConfig.entryModuleName = 'entry';
994 this.rollup.share.projectConfig.entryModuleName = 'entry';
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts196 rollupObject.share.projectConfig.entryModuleName,
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1010 …let keyInfo: string[] = [projectConfig.entryModuleName, projectConfig.targetName, isWidget, ohosTe…