-
-
Notifications
You must be signed in to change notification settings - Fork 63
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 deprecated void support #784
Comments
Hmm? That's literally "invalid" idl 👀 |
But it's true that it's overdue of this void thing, I'll remove the void support completely. I don't think that specific test will change, though. |
right but since Definitions |
similar to how the following passes on https://w3c.github.io/webidl2.js/checker/ [Exposed=Window]
interface Foo {
Bar foo();
}; |
Oh right, yes. Good point, thank you. |
https://github.com/w3c/webidl2.js/blob/83fffdb/test/invalid/idl/void-keyword.webidl#L1-L4
removed here whatwg/webidl#906
The text was updated successfully, but these errors were encountered: