-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add explicit this
annotation syntax for function types
#7807
Conversation
CC @gabelevi |
/cc @gabelevi |
I believe we had conversation with @mroch that it still isn't decided what syntax should be |
I'm probably fine with |
@gabelevi can I close this if you're working on |
@gkz can you at least put a reason for the closure? |
Sorry, this has been implemented: https://medium.com/flow-type/sound-typing-for-this-in-flow-d62db2af969e |
Fixes #452
This implements it only for types and declares, doesn't work on statements and expressions