Results 9 comments of Vitalii

Committed failing test cases and fix for `@boundMethod` decorator

Yes, latest version before exporting of boundMethod and boundClass separately had this issue Looks like previous commit introduced it https://github.com/andreypopp/autobind-decorator/commit/98968eea6aadce8234aa95e6560239e9e11be146 Before this commit new function will just override bound function,...

Created PR, but would like to revise it further, don't like appoach for `super.method` handling

Updated PR, simplified tests Removed code that auto-binds super method. Correct solution seems to be more complicated and tends to be over-engineered. Will live my thoughts on this here: 1....

This will impact performance for classes that have `boundMethods` on parents

Sorry, was caught with other things, will try to finish everything by the end of the year

Is it possible in this case to update README and reflect the fact, that Firefox support is limited by older browsers?

I know why Travis build failed, but I'm not familiar with Typescipt, and why typings for react-dom are of version 16, but for react package -- 15, corresponding yarn.lock entries,...

Not sure what you meant by "It should be simple enough to fashion one that mimics the existing behavior", for me, it looks like index.js is already doing this. After...