You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
Creating a truly universal autobind decorator is harder than one thinks. There are numerous edge cases that have been found over the years, one of which is when you autobind a method that calls the same method on the super prototype and that method was also had used autobind
I try to include brief descriptions in the online comments about why things are done
// Autobound method calling super.sameMethod() which is also autobound and so on.
Hi, why you didn`t use .bind for autobind decorator. So why you use WeekMap and so complicated realization?
The text was updated successfully, but these errors were encountered: