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): support base properties when filtering for audiences #4221

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

dsinghvi
Copy link
Member

@dsinghvi dsinghvi commented Aug 6, 2024

This PR makes sure that when we compute dependent types for unions, we also visit base properties.

@dsinghvi dsinghvi marked this pull request as ready for review August 6, 2024 23:43
return types;
}, []);
const types: string[] = [];
if (unionDeclaration["base-properties"] != null) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we previously didn't visit base-properties

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

Successfully merging this pull request may close these issues.

2 participants