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: interface names, type aliasing #127

Merged
merged 3 commits into from
Aug 9, 2023
Merged

fix: interface names, type aliasing #127

merged 3 commits into from
Aug 9, 2023

Conversation

guybedford
Copy link
Collaborator

@guybedford guybedford commented Aug 9, 2023

This adds support for cross-interface type aliases, as well as fixing interface naming to use the full interface name string to avoid collisions.

This PR also reverts the change from #115 which unified a single interface definition instead of splitting on imports and exports. Instead we properly split the abi argument and handle this correctly to continue to allow minor abi differences between imports and exports as entirely distinct type spaces.

@guybedford guybedford merged commit 18f157e into main Aug 9, 2023
4 checks passed
@guybedford guybedford deleted the type-fixes-aliasing branch August 9, 2023 05:21
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.

1 participant