Re: [heycam/webidl] Overload set tuple: callable definition out of sync with new constructor ops (#811)

Ms2ger commented on this pull request.



> @@ -715,8 +715,7 @@ keyword token is used, then the [=identifier=] of the operation argument
 is simply that token.
 
 The [=identifier=] of any of the abovementioned
-IDL constructs (except operation arguments) must not be "<code>constructor</code>",
-"<code>toString</code>",
+IDL constructs (except operation arguments) must not be "<code>toString</code>",

Revert this, please. It forbids, for example, `const constructor = 7;`, which clashes with the `Interface.prototype.constructor` property.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/811#pullrequestreview-298687634

Received on Tuesday, 8 October 2019 11:07:37 UTC