Contribution idea: as-patterns

18 views
Skip to first unread message

neuma...@gmail.com

unread,
Feb 6, 2016, 7:22:58 PM2/6/16
to v8-dev
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);


Neuman Vong

unread,
Feb 6, 2016, 10:42:07 PM2/6/16
to v8-...@googlegroups.com
I was advised to follow TC39 procedure and created an issue here: https://github.com/tc39/ecma262/issues/375.

--
--
v8-dev mailing list
v8-...@googlegroups.com
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 v8-dev+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages