Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts145 export const COMPONENT_IF: string = 'If'; constant
Dprocess_component_build.ts31 COMPONENT_IF,
678 ts.factory.createIdentifier(COMPONENT_IF),
1397 …newStatements.push(createComponentCreationStatement(node, [ifCreate, newIfNode], COMPONENT_IF, isG…
1492 …processComponentBlock(block, false, log, false, isBuilder, COMPONENT_IF, undefined, isGlobalBuilde…
1506 return ts.factory.createIdentifier(COMPONENT_IF);
2691 …if (!idName && parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
2705 if (parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
Dets_checker.ts48 COMPONENT_IF,
772 appComponentCollection.get(path.join(sourceFileNode.fileName)).add(COMPONENT_IF);