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

Syntax error in multiple interfaces parsing and output #62

Open
ZhongYic00 opened this issue Oct 9, 2023 · 0 comments · May be fixed by #63
Open

Syntax error in multiple interfaces parsing and output #62

ZhongYic00 opened this issue Oct 9, 2023 · 0 comments · May be fixed by #63

Comments

@ZhongYic00
Copy link

When I tried to utilize this package building my schema, I came across a bug that a type implementing multiple interfaces finally got only one interface in the transformed schema.
I found that your match RegEx and output code is different with what the spec defines:
currently this lib assumes multiple interfaces to be type D implements A, B, C, but according to spec, this ought to be type D implements A & B & C. Below is some reference.

@ZhongYic00 ZhongYic00 linked a pull request Oct 9, 2023 that will close this issue
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 a pull request may close this issue.

1 participant