I would like to see this happen, though I'd like to see it integrated with
reified refs. (I know there's a proposal laying around somewhere drafted up
by a current or former TC39 person, but I can't find it.)

-----

Claudia Meadows
cont...@isiahmeadows.com


On Tue, Mar 2, 2021 at 11:05 AM Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:

> Another one (cit. DJ Khaled)
>
> has "by reference" ever been considered as "yet another JS syntax" ???
>
> let object = {value: 1};
> let {&value} = object;
> value = 2;
>
> object.value; // 2
>
> allowed everywhere destructuring is possible, throwing for frozen
> properties ... is this just meh? .. .'cause I think, specially for function
> signatures declaration, it might make a difference, when mutability matters.
>
> Cheers 👋
>
> P.S. for transpilers this would simply carry, repeatedly, the initial
> reference.prop around, instead of using just prop.
>
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to