Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flow | 2025-09-18 | 1.9 kB | |
flow-win64-v0.284.0.zip | 2025-09-18 | 13.9 MB | |
libflowparser-osx-arm64-v0.284.0.zip | 2025-09-18 | 1.4 MB | |
flow-osx-arm64-v0.284.0.zip | 2025-09-18 | 10.3 MB | |
libflowparser-osx-v0.284.0.zip | 2025-09-18 | 1.3 MB | |
flow-osx-v0.284.0.zip | 2025-09-18 | 9.0 MB | |
flow-linux-arm64-v0.284.0.zip | 2025-09-18 | 16.0 MB | |
libflowparser-linux64-v0.284.0.zip | 2025-09-18 | 2.2 MB | |
flow-linux64-v0.284.0.zip | 2025-09-18 | 13.2 MB | |
README.md | 2025-09-18 | 573 Bytes | |
v0.284.0 source code.tar.gz | 2025-09-18 | 8.8 MB | |
v0.284.0 source code.zip | 2025-09-18 | 14.6 MB | |
Totals: 12 Items | 90.8 MB | 0 |
Likely to cause new Flow errors: * Flow now strictly enforces that Array.includes, .indexOf, and .lastIndexOf take only values that could potentially be present in the array -- it is now an error to check if arrays include values whose types are unrelated to the array's element type. This catches many cases where developers accidentally test the wrong thing, which may lead to errors at runtime. * Flow will infer general types for react jsx elements. The new behavior is described in the docs.