Lines Matching refs:componentName
788 const componentName: string = res.identifierNode.getText(); constant
806 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
814 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
891 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string,
896 innerCompStatements.push(createComponentCreationStatement(node, newStatements, componentName,
920 componentName: string, isGlobalBuilder: boolean = false, isTransition: boolean = false,
943 ts.factory.createIdentifier(componentName));
2782 const componentName: string = identifierNode.escapedText.toString(); constant
2783 …if (EXTEND_ATTRIBUTE.has(componentName) && [...EXTEND_ATTRIBUTE.get(componentName)].includes(propN…
2789 if (animatableExtendAttribute.has(componentName) &&
2790 [...animatableExtendAttribute.get(componentName)].includes(propName)) {