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

Continuous improvements: Tuples, TypeUnions, descriptor extraction #21

Merged
merged 7 commits into from Apr 9, 2022

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Apr 9, 2022

  • make the Tuples API a little nicer by returning an iterator to the constructor, so there's no need for fetching elements by index.
  • extract descriptors from sealed subclasses properties (they were previously ignored)
  • create a specific 'TypeUnion' declaration, so the type aliases are more distinct and the brand typing only works on type aliases

@aSemy aSemy changed the title Continuous improvements: Tuples & TypeUnions Continuous improvements: Tuples, TypeUnions, descriptor extraction Apr 9, 2022
@aSemy aSemy merged commit f20ea57 into main Apr 9, 2022
@aSemy aSemy deleted the dev branch April 9, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant