Home
last modified time | relevance | path

Searched refs:getPackageInfo (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DREADME_zh.md11 | entry/preview/module.json | getPackageInfo | 应用于preview模式,读取bundle na…
12 | entry/build/module.json | getPackageInfo | 应用于build模式,读取bundle name…
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts24 getPackageInfo,
103 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
110 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
117 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
124 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts82 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
168 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
363 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
567 export function getPackageInfo(configFile: string): Array<string> { function
Dgen_abc_plugin.ts43 getPackageInfo,
408 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
428 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
447 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
459 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts76 getPackageInfo,
313 …metaInfo['isLocalDependency'] ? namespace : getPackageInfo(this.projectConfig.aceModuleJsonPath)[1…