es6features
es6features copied to clipboard
@@create no longer exists
@lukehoban Ping
Yes - this section needs to be modified. But I think it does need to address the new model, and my understanding is that that is not yet 100% finalized. I'm hoping that we can update this section in the next few days once the final decision on the class instantiation model is finalized in the draft spec.
"the next few days"... :/
Anyway, the actual bones of subclassing now looks like this:
- instantation of all exotic behaviour is done in the parent constructor instead of
@@create() thisis unusable in subclasses' constructors until aftersuper()is called.
@lukehoban ping...