dimtimeforever at gmail.com (2018-02-22T08:37:11.312Z)
"why a static factory"
And more notes:
"return img" - this is cut version of my example, you get image - not obj .
And my sample was simple.
I hope not so long left to class private var + decorators
And sample can be then more complex with it:
```js
async class Class{
@some_decorator
static private method(){}
static var = some_var
}
```
And have not only one Extends
```
Class
ExtClass
ExtExtClass
```
Maybe i try to force events, but time never waits...dimtimeforever at gmail.com (2018-02-22T08:23:23.366Z)
"why a static factory"
And more notes:
"return img" - this is cut version of my example, you get obj - not image.
And my sample was simple.
I hope not so long left to class private var + decorators
And sample can be then more complex with it:
```js
async class Class{
@some_decorator
static private method(){}
static var = some_var
}
```
And have not only one Extends
```
Class
ExtClass
ExtExtClass
```
Maybe i try to force events, but time never waits...
"why a static factory" And more notes: "return img" - this is cut version In my example you get obj - not image. And my sample was simple. I hope not so long left to class private var + decorators And sample can be then more complex with it: async class Class{ @some_decorator static private method(){} static var = some_var } and have not onle one Extends Class ExtClass ExtExtClass Maybe i try to force events, but time never waits... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180222/8ec1d6fa/attachment.html>