On 3/8/2013 5:43 PM, Domenic Denicola wrote:
Trans-compiling works for 99% use-cases that aren't extending built-ins.
Or using class-side inheritance in a non-__proto__ environment. (That's 
probably still within the 1%, admittedly.)

Also, I thought super was fairly magical? E.g. how it gets associated to 
methods? Not very sure though, this is just an impression based on the sheer 
volume of spec text written about super.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

You can transpile statics although, again, not entirely faithfully, by putting the statics on each of the inheriting constructors. Not quite the same...it's these "little details" I was referring to. They start to add up

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to