-
Notifications
You must be signed in to change notification settings - Fork 200
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
Update for constructor operation support #1513
Comments
widlparser has been updated. Note that extended attribute constructors are exposed by the 'constructors' property, but constructor operations are not, they're just regular methods. Both are exposed by the 'members' property but constructor operations have a 'method' idlType while the [Constructor] and [NamedConstructor] attributes have a 'constructor' idlType. Let me know if this is going to be an issue for bikeshed, but it was necessary to differentiate them within widlparser. |
Sent #1514 if anyone has the power to review. |
It seems like this doesn't linkify Is that right, or am I just doing it wrong? |
That's right, see #1519. |
Thank you! |
Probably just needs plinss/widlparser#44 to be imported.
The text was updated successfully, but these errors were encountered: