Skip to content

fix: honor includeDependentTypes false when using onlyTypes #131

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

Merged
merged 8 commits into from
Mar 31, 2025

Conversation

danadajian
Copy link
Collaborator

@danadajian danadajian commented Mar 31, 2025

📝 Description

  • If includeDependentTypes is true (it's true by default), we should always include dependent types of unions and interfaces.
  • If includeDependentTypes is passed as false, we should fall back to onlyTypes to determine whether to include a dependent type of a union or interface.

@danadajian danadajian requested a review from a team as a code owner March 31, 2025 18:04
@danadajian danadajian changed the title fix: honor onlyTypes if includeDependentTypes is false fix: honor includeDependentTypes false when using onlyTypes Mar 31, 2025
@danadajian danadajian merged commit 2abd79c into main Mar 31, 2025
1 check passed
@danadajian danadajian deleted the fix-onlyTypes-with-external-interfaces branch March 31, 2025 18:49
Copy link

🎉 This PR is included in version 3.8.2 🎉

The release is available on:

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.

1 participant