Rick Waldron (2014-12-14T18:00:25.000Z)
On Sun Dec 14 2014 at 10:40:53 AM Andrea Giammarchi <
andrea.giammarchi at gmail.com> wrote:

> as side note, I wonder why static hasn't been considered definable as
> group/object
>


>
> ```js
> class Foo {
>   static {
>     bar: 'bar',
>     get defaults() {
>       return {de:'faults'};
>     }
>   }
> }
> ```
>

I like that, can you write up a proposal?

Rick

>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20141214/ef8637f3/attachment.html>
d at domenic.me (2014-12-19T22:49:59.339Z)
I like that, can you write up a proposal?