Hi, I’m starting a new thread from the bottom message.
I did a great work to provide OOP in Javascript, but nobody seems to care, and some even given me bad intentions. But I continue to persist... My framework already provides a solution on the user space. All that remains is to port it to a more lower level, in combination to existing proposals like public class fields, private fields, class and property decorators, ... To just name a few. (I’m French, so I’m sorry if my English is not accurate) From: Jordan Harband [mailto:[email protected]] Sent: Thursday, February 02, 2017 2:25 PM To: T.J. Crowder <[email protected]> Cc: [email protected] Subject: Re: Short Comparing proposal It seems like a far more useful proposal (although much larger in scope) would be some concept of interface comparison, and then you could see if `object` matches "an interface that has an `a` and `b` property", but also if `object` is "arraylike", or "iterable", or a "thenable", etc.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

