Searched refs:createComponentCreationStatement (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_custom_component.ts | 95 createComponentCreationStatement, 166 newStatements.push(createComponentCreationStatement(componentAttributes(COMPONENT_COMMON), 200 return createComponentCreationStatement(componentAttributes(COMPONENT_RECYCLE),
|
| D | process_component_build.ts | 208 newStatements.unshift(createComponentCreationStatement(ts.factory.createExpressionStatement( 736 innerCompStatements.push(createComponentCreationStatement(node, newStatements, componentName, 741 export function createComponentCreationStatement(node: ts.Statement, innerStatements: ts.Statement[… function 1157 …newStatements.push(createComponentCreationStatement(node, newForEachStatements, COMPONENT_FOREACH,… 1397 …newStatements.push(createComponentCreationStatement(node, [ifCreate, newIfNode], COMPONENT_IF, isG…
|