Searched refs:MODULES_ABC (Results 1 – 6 of 6) sorted by relevance
23 MODULES_ABC,110 const outputABCPath: string = path.join(this.projectConfig.patchAbcPath, MODULES_ABC);
37 MODULES_ABC,140 const outPutABC: string = this.projectConfig.widgetCompile ? WIDGETS_ABC : MODULES_ABC;595 this.projectConfig.aceModuleBuild}" --output ${MODULES_ABC} --suffix protoBin`;
21 export const MODULES_ABC: string = 'modules.abc'; constant
22 MODULES_ABC,
66 MODULES_ABC,589 const outputABCPath: string = path.join(projectConfig.buildPath, MODULES_ABC);1139 const outputABCPath: string = path.join(projectConfig.patchAbcPath, MODULES_ABC);1192 …otoFilePath}" --outputFilePath "${projectConfig.buildPath}" --output ${MODULES_ABC} --suffix proto…1353 const appAbc: string = path.join(projectConfig.buildPath, MODULES_ABC);
389 export const MODULES_ABC: string = 'modules.abc'; constant