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.ts151 export const COMPONENT_IF: string = 'If'; constant
Dprocess_component_build.ts31 COMPONENT_IF,
831 ts.factory.createIdentifier(COMPONENT_IF),
1690 newStatements.push(createComponentCreationStatement(node, ifStatements, COMPONENT_IF,
1789 …processComponentBlock(block, false, log, false, isBuilder, COMPONENT_IF, undefined, isGlobalBuilde…
1803 return ts.factory.createIdentifier(COMPONENT_IF);
3050 …if (!idName && parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
3064 if (parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
Dets_checker.ts51 COMPONENT_IF,
1059 appComponentCollection.get(path.join(sourceFileNode.fileName)).add(COMPONENT_IF);