Skip to content

Syntax error in multiple interfaces parsing and output #62

@ZhongYic00

Description

@ZhongYic00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions