es6features icon indicating copy to clipboard operation
es6features copied to clipboard

@@create no longer exists

Open dead-claudia opened this issue 11 years ago • 4 comments

Relevant discussion.

dead-claudia avatar Oct 29 '14 06:10 dead-claudia

@lukehoban Ping

dead-claudia avatar Jan 26 '15 11:01 dead-claudia

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.

lukehoban avatar Jan 29 '15 06:01 lukehoban

"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()
  • this is unusable in subclasses' constructors until after super() is called.

webbedspace avatar May 04 '15 23:05 webbedspace

@lukehoban ping...

dead-claudia avatar May 06 '15 21:05 dead-claudia