Home
last modified time | relevance | path

Searched refs:WIDGETS_ABC (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts22 export const WIDGETS_ABC: string = 'widgets.abc'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts49 WIDGETS_ABC,
140 const outPutABC: string = this.projectConfig.widgetCompile ? WIDGETS_ABC : MODULES_ABC; constant