Skip to content

Lots of malformed WebIDL files #570

Closed
@richard-uk1

Description

@richard-uk1

A lot of the WebIDL files are malformed in the same way: they have an interface declaration like so:

interface nameofinterface;

which is not valid WebIDL. The valid equivalent is

interface nameofinterface {};

We could either change all the webidl files to be correct, or adapt the parser to handle the above form.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions