Home
last modified time | relevance | path

Searched refs:COMPONENT_LAZYFOREACH (Results 1 – 3 of 3) sorted by relevance

/developtools/ace-ets2bundle/compiler/src/
Dpre_define.ts104 export const COMPONENT_LAZYFOREACH: string = 'LazyForEach'; constant
Dvalidate_ui_syntax.ts30 COMPONENT_LAZYFOREACH,
468 return componentName === COMPONENT_FOREACH || componentName === COMPONENT_LAZYFOREACH;
Dprocess_component_build.ts27 COMPONENT_LAZYFOREACH,
443 const isLazy: boolean = node.expression.getText() === COMPONENT_LAZYFOREACH;
1256 } else if (name === COMPONENT_FOREACH || name === COMPONENT_LAZYFOREACH) {