On Mon, Sep 24, 2012 at 1:37 PM, Jason Orendorff
<[email protected]>wrote:

> snip
>
> Here's another program I think we should reject, for the same reason:
>
>     var titles = books.map(b => {title: b.title});
>

Per the proposal, this is already illegal, otherwise requiring parens
around the object literal. The example given in the proposal is:

// Parenthesize the body to return an object literal expression
let key_maker = val => ({key: val});



Rick


> snip
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to