Bazyli Brzóska
Bazyli Brzóska
@RyanCavanaugh I agree, I'll add this. Thanks.
I'm open for PRs. Thanks for the issue.
It's gotten much better (I use Flow every day), but I still think the errors are much harder to understand than those TypeScript (that one I use during the weekends...
yup, this is great news, let's update the readme!
Please feel free to open a PR describing this TypeScript-only feature :) Thanks!
Yes, I saw this. Please make a PR to the doc once the feature lands! Thanks 👍
Something's not right with these examples, @goodmind. An empty function returns `void`, not `empty`, so you'll get exactly the same error regardless the function's contents. [Example](https://flow.org/try/#0GYVwdgxgLglg9mABACwKYBt1wBQEoBciqAtgA5QCeiA3gFAC+QA). I don't think the...
Ah, I see. Yeah, I think it makes sense to add this. Perhaps a new section on behavior differences, since this is not syntax-specific? Thanks!
I think @vkurchatkin mentioned something on Twitter (if I recall correctly) about making some basic benchmarks in the past. Could you share the code you used to generate your codebase?...
@ngryman I think my main objection to the benchmark is that rerunning the type check from scratch on a small project (many individual files) won't give the same results as...