2011/11/17 David Herman <dher...@mozilla.com>:
>    obj with { foo: 12 } with { bar: 13 } with { baz: 17 }

Does the below fit your syntax and isn't it lexically ambiguous with
the old "with"?

obj
with ({ foo: 12 })
{}
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to