I was advised to follow TC39 procedure and created an issue here: https://github.com/tc39/ecma262/issues/375.
On Sat, Feb 6, 2016 at 4:23 PM <[email protected]> wrote: > Hi v8-dev, > > I'm interested in adding as-patterns* to v8 and I'm hoping to determine > who to talk to and the order of steps to take, and in general how much work > will need to go into this. I'm new to this project and your decision > structure, but I think it's a nice feature and worth checking out and I'm > happy to do the legwork for it. > > *I think they can be thought of as an optional component to destructuring > assignments, e.g. the 'z@' part: > > var z@{ x, y } = { x: 1, y: 2 }; > assertEquals(1, x); > assertEquals(2, y); > assertDeepEquals({ x: 1, y: 2 }, z); > > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to a topic in the > Google Groups "v8-dev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-dev/qj55C5NFpME/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
