Searched refs:COMPONENT_FOREACH (Results 1 – 3 of 3) sorted by relevance
146 export const COMPONENT_FOREACH: string = 'ForEach'; constant164 COMPONENT_FOREACH, COMPONENT_LAZYFOREACH
26 COMPONENT_FOREACH,1403 if (node.expression.expression.getText() === COMPONENT_FOREACH) {1405 … newStatements.push(createComponentCreationStatement(node, newForEachStatements, COMPONENT_FOREACH,1425 node.expression.expression.getText() === COMPONENT_FOREACH;1438 ts.factory.createIdentifier(node.expression.getText() === COMPONENT_FOREACH ?1514 ts.factory.createIdentifier(node.expression.getText() === COMPONENT_FOREACH ?2967 } else if (name === COMPONENT_FOREACH || name === COMPONENT_LAZYFOREACH) {
29 COMPONENT_FOREACH,751 return componentName === COMPONENT_FOREACH || componentName === COMPONENT_LAZYFOREACH;