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

Remove support for MapClass (no longer valid in WebIDL) #62

Merged
merged 1 commit into from
Apr 9, 2017

Conversation

dontcallmedom
Copy link
Member

No description provided.

// [Constructor()]
else {
ret["arguments"] = [];
}
all_ws();
consume(OTHER, ")") || error("Unexpected token in extended attribute argument list or type pair");
consume(OTHER, ")") || error("Unexpected token in extended attribute argument list");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you include the erroneous token in the error? ": " + token). Makes it easier when reporting issues.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WebIDLParseError already gives the context, à la:

Unexpected token in extended attribute argument list, line 1 (tokens: 'DOMString, DOMString)')

so I'm not sure this would add anything to that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks for clarifying

@marcoscaceres marcoscaceres merged commit 62633a1 into develop Apr 9, 2017
@marcoscaceres marcoscaceres deleted the no_map_class branch May 2, 2018 01:50
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

2 participants