> > Also static properties are on __proto__, so it seems a bit strange that > instance properties would not also be on .prototype. Somewhat of a > consistency issue I suppose. >
Methods declared as "static" in ES6 are defined on the constructor itself. Apparently, "static" data properties in TS are defined on the constructor as well.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

