Matthew Robb (2015-06-02T22:35:40.000Z)
d at domenic.me (2015-06-08T00:04:38.023Z)
I was trying to demonstrate a simple method of exposing resolve and reject functions to someone and noticed in Babel at least you cannot do this. It seems as though in this case when the arrow function is called it will have been AFTER the call to super. Can someone help me understand what's going on here?