Searched refs:getPackageInfo (Results 1 – 5 of 5) sorted by relevance
11 | entry/preview/module.json | getPackageInfo | 应用于preview模式,读取bundle na…12 | entry/build/module.json | getPackageInfo | 应用于build模式,读取bundle name…
24 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);
82 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
43 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];
76 getPackageInfo,313 …metaInfo['isLocalDependency'] ? namespace : getPackageInfo(this.projectConfig.aceModuleJsonPath)[1…