Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Question] How to use with flow? #906
Comments
This comment has been minimized.
This comment has been minimized.
|
Check out the documentation here: |
Flet
closed this
Jun 8, 2017
This comment has been minimized.
This comment has been minimized.
|
Ah, also if you want to have |
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
capaj commentedJun 1, 2017
•
edited
I'd love to use standard on a project where I use flow. Problem is whenever I try to use flow declarations-those are basically flow globals which are declared in my
flow-typeddirectory.Now the problem is these globals are obviously marked as
not definedby standard.Is there any way to tell standard that he should not flag a declared type as a
not defined?Only solution I can think of is to write
but that's just plain dumb.