flow
https://github.com/facebook/flow
OCaml
Adds static typing to JavaScript to improve developer productivity and code quality.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
OCaml not yet supported17 Subscribers
Add a CodeTriage badge to flow
Help out
- Issues
- Refinement of polymorphic type does not work
- Premature incompatibily errors in generic classes definitions
- class declaration with overloaded methods and the mixed type cause return type to be any
- `import type Foo...` is not semantically equivalent to `import type * as Foo...`
- Feature request: No contradicting checks
- (a | b) & c != (a & c) | (b & c) for objects
- Unsoundness when mutable objects are used (`false` has type `true`)
- Interface with Iterable field doesn't support Array in class implementation
- Disjoint union refinement doesn't work with Date type
- Intersection type incompatible with equivalent type
- Docs
- OCaml not yet supported