Lines Matching refs:componentName
637 const componentName: string = res.identifierNode.getText(); constant
655 isTransition, undefined, immutableStatements, componentName);
661 isTransition, undefined, immutableStatements, componentName);
732 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string): void {
736 innerCompStatements.push(createComponentCreationStatement(node, newStatements, componentName,
742 componentName: string, isGlobalBuilder: boolean = false, isTransition: boolean = false,
769 ts.factory.createIdentifier(componentName));
2441 const componentName: string = identifierNode.escapedText.toString(); constant
2442 …if (EXTEND_ATTRIBUTE.has(componentName) && [...EXTEND_ATTRIBUTE.get(componentName)].includes(propN…
2448 if (animatableExtendAttribute.has(componentName) &&
2449 [...animatableExtendAttribute.get(componentName)].includes(propName)) {