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

Remove serializer-related productions #73

Closed
8 tasks
tobie opened this issue Jun 23, 2017 · 0 comments
Closed
8 tasks

Remove serializer-related productions #73

tobie opened this issue Jun 23, 2017 · 0 comments

Comments

@tobie
Copy link
Member

tobie commented Jun 23, 2017

Dear all,

In whatwg/webidl#323, we removed serializers from WebIDL and replaced it with regular toJSON operations (and the new [Default] extended attribute).

This means that we were able to remove all of the serializer-related productions from the WebIDL grammar. And in particular the following non-terminals:

  • Serializer
    • Serializer was also removed from the rhs expression of InterfaceMember.
  • SerializerRest
  • OperationRest
  • SerializationPattern
  • SerializationPatternMap
  • SerializationPatternList

and the following terminals:

  • serializer in ArgumentNameKeyword.

Because we're relying on existing grammar for the replacement solution (operations and extended attributes), there is no new grammar to support. 💃

As usual, please feel free to reach out if anything needs clarification or if you have questions.

Thanks!

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

1 participant