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' #60

Closed
tabatkins opened this issue Aug 14, 2020 · 1 comment
Closed

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

tabatkins opened this issue Aug 14, 2020 · 1 comment

Comments

@tabatkins
Copy link
Contributor

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).

@plinss
Copy link
Owner

plinss commented Aug 17, 2020

Deployed in v1.0.6

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

No branches or pull requests

2 participants