Conversation
|
Nice! |
|
Not really, I'm not sure this is right way to do this, but it works at least |
|
@goodmind any plans to eventually add declaration merging for |
|
@kevinbarabash I'm not even sure if I'm implementing it right way, still wait on review from Flow team |
|
@kevinbarabash just implemented Also you can't do augmentation in the same file, Flow would complain about re-declaring identifier The thing you lose with this implementation is ability to completely override class with your own types, it would always merge them into original one Also you can't really do anything with merging |
|
I noticed you added |
|
Ah, because I was working on top of my |
Somewhat (
sometimes) working fix for #396