-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support for mixin syntax #32
Comments
This was referenced Nov 3, 2017
romandev
added a commit
to romandev/widlparser
that referenced
this issue
Nov 11, 2017
This change fixes plinss#32.
Ping; this is blocking a lot of specs that would like to update :) |
romandev
added a commit
to romandev/widlparser
that referenced
this issue
Dec 6, 2017
This change includes the following things: - Add Mixin class - Add MixinMember class (It only allows Const, Operation, Stringifier, ReadOnlyAttribute) - Add IncludesStatement - Add tests This change fixes plinss#32.
Ping @tabatkins to upstream into Bikeshed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
We recently changed the WebIDL syntax to add support for mixins. We also added CI tooling to make sure the grammar stayed LL(1), and fixed a couple of issues in the process.
Here's an indicative diff of the recent grammar changes, but please do refer to the IDL index section in the spec for details:
Let me know if there's anything I can do to help!
Tracked in: whatwg/webidl#472 | Original pull-request: whatwg/webidl#433
The text was updated successfully, but these errors were encountered: