New: proposal-class-modifiers
Ranando King
kingmph at gmail.com
Sun Dec 2 21:28:29 UTC 2018
Object.create and Object.setPrototypeOf operate on a different level than
what I'm targeting. I can conceive of a means to make even these functions
respect these tokens. However, if I were going to do that, I'd want these
tokens to be applicable to objects and functions directly.
Reflect.construct is essentially part of the process for `new` and would be
required to respect these tokens. I'm still open on how far the effect of
these tokens should extend.
On Sun, Dec 2, 2018 at 3:20 PM Isiah Meadows <isiahmeadows at gmail.com> wrote:
> How would this interop with `Object.create`, `Reflect.construct`, and
> `Object.setPrototypeOf`?
> On Sun, Dec 2, 2018 at 16:16 Ranando King <kingmph at gmail.com> wrote:
>
>> This proposal is intended to add `abstract` and `final` to `class`
>> definitions so as to modify the inheritability of a class.
>>
>> https://github.com/rdking/proposal-class-modifiers
>> _______________________________________________
>> es-discuss mailing list
>> es-discuss at mozilla.org
>> https://mail.mozilla.org/listinfo/es-discuss
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20181202/88d9865a/attachment.html>
More information about the es-discuss
mailing list