Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): generation of custom-elements.json #10403

Merged
merged 2 commits into from
Dec 17, 2024
Merged

fix(build): generation of custom-elements.json #10403

merged 2 commits into from
Dec 17, 2024

Conversation

nnaydenow
Copy link
Contributor

@nnaydenow nnaydenow commented Dec 17, 2024

The API generation was failing because event types are retrieved from a class member named eventDetails. To identify this, we needed to iterate through all class members and check their names. However, the constructor is also part of class members, but it is not treated as member by typescript because it doesn't have name.

@nnaydenow nnaydenow requested a review from ilhan007 December 17, 2024 09:19
@nnaydenow nnaydenow merged commit c4eb55c into main Dec 17, 2024
10 checks passed
@nnaydenow nnaydenow deleted the cem-generation branch December 17, 2024 09:41
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.6.0-rc.2 🎉

The release is available on v2.6.0-rc.2

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants