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

WebIDL's 'void' type is changing to 'undefined' #487

Closed
tabatkins opened this issue Aug 14, 2020 · 0 comments · Fixed by #486
Closed

WebIDL's 'void' type is changing to 'undefined' #487

tabatkins opened this issue Aug 14, 2020 · 0 comments · Fixed by #486

Comments

@tabatkins
Copy link
Member

As part of efforts to finally add an 'undefined' type to WebIDL (so methods/etc don't have to generalize their type to 'any'), it was decided to actually add 'undefined' as the type name, and so the previous function return signature 'void' is being removed for redundancy.

See whatwg/webidl#906 for details on the change.

This change will be merged shortly; this bug is a heads-up to adjust your IDL parser (see the PR for the changes to the grammar; it's quite small).

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