-
The version of `flow-typed` for Jest is v24.x.x, but we use v26.
-
Some references from the team
https://github.com/jtourkos/typed-drips-example/blob/main/src/drips/drips.ts
https://github.com/drips-network/app/blob/main/src/lib/utils/driplist/DripListServi…
-
### What do you want to know?
Hi,
I've started using flow and little by little I'm really liking the power of it.
Now I generated stubs for all dependencies, but knowing that there are mostly …
-
Bringing rosie support to [flow-typed](https://github.com/flow-typed/flow-typed) in order to be able to check conformance of factories with Flow types would really helpful for maintaining heavy-weight…
-
This is a:
- [x] Bug Report
- [ ] Feature Request
- [ ] Question
- [ ] Other
Which concerns:
- [x] flow-runtime
- [x] babel-plugin-flow-runtime
- [ ] flow-runtime-validators
- [ ] f…
-
I have two projects, one using typescript and the other using flow. After installing tsuquyomi, I'm starting to get irrelevant errors in my flow typed files. The file extensions for the flow typed fil…
-
Based on https://github.com/AlexanderZaytsev/react-native-i18n/issues/159#issuecomment-356976020
```jsx
//@flow
interface I18n {
t: (key: $Keys, options?: Object) => string;
translations:…
-
https://github.com/mapbox/mapbox-gl-js/pull/7031 moves type definitions that are local to this project out of `flow-typed` and into `src`, so that they must be imported explicitly. Following up on th…
-
Running
>$ flowgen --flow-typed-format build/focus.d.ts
Parsing focus
Missing node parse ExportDeclaration
Doesn't produce any output file.
However,
>$ flowgen build/focus.d.ts
Parsing f…
-
In my case I am using objects as enums.
**Untyped universe**
![image](https://user-images.githubusercontent.com/7187705/33388710-f80a08e2-d530-11e7-82e3-24929002597b.png)
This particular enum c…