What would specifically be available with this new syntax that couldn't be done with:
```
class Foo { ... }
Object.assign(Foo, {
bar, /* Existing method */
additionalMethod() { ... }, /* New method */
});
```
apart from, of course, the `super` binding?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

