Searched refs:COMPONENT_LAZYFOREACH (Results 1 – 3 of 3) sorted by relevance
104 export const COMPONENT_LAZYFOREACH: string = 'LazyForEach'; constant
30 COMPONENT_LAZYFOREACH,468 return componentName === COMPONENT_FOREACH || componentName === COMPONENT_LAZYFOREACH;
27 COMPONENT_LAZYFOREACH,443 const isLazy: boolean = node.expression.getText() === COMPONENT_LAZYFOREACH;1256 } else if (name === COMPONENT_FOREACH || name === COMPONENT_LAZYFOREACH) {