Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts95 createComponentCreationStatement,
166 newStatements.push(createComponentCreationStatement(componentAttributes(COMPONENT_COMMON),
200 return createComponentCreationStatement(componentAttributes(COMPONENT_RECYCLE),
Dprocess_component_build.ts208 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…