Could the comma not be the delimiter, as I think works with arrow functions, or is that more precedence issues?
On Wed, 25 Mar 2015 8:37 am Brendan Eich <[email protected]> wrote: > Jacob Parker wrote: > > In the context of only objects and classes, is this format no-go? > > Without the } that closes a concise method body, there's a new problem > to-do with computed property names: > > class C { > m() this._m > [Symbol.iterator]() {/*...*/} > } > > We need a delimiter. Could use ; without ASI, so it'd look like this: > > class C { > m() this._m; > [Symbol.iterator]() {/*...*/} > } > > I haven't checked for other problems, but wanted to throw this out and > see if anyone else sees a live one. > > /be >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

