| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-08-31 | 1.5 kB | |
| flow-win64-v0.330.0.zip | 2026-08-31 | 38.7 MB | |
| flow-osx-arm64-v0.330.0.zip | 2026-08-31 | 31.2 MB | |
| flow-linux-arm64-v0.330.0.zip | 2026-08-31 | 32.5 MB | |
| flow-linux64-v0.330.0.zip | 2026-08-31 | 34.9 MB | |
| README.md | 2026-08-31 | 1.2 kB | |
| v0.330.0 source code.tar.gz | 2026-08-31 | 12.1 MB | |
| v0.330.0 source code.zip | 2026-08-31 | 19.7 MB | |
| Totals: 8 Items | 169.2 MB | 0 | |
Likely to cause new Flow errors:
- Flow will now restrict the allowed syntax forms of
.call/apply/bindcalls. Only expressions of the form<expr>.m.call(<expr>, ...),<expr>.m.apply(<expr>, ...)and<expr>.m.bind(<expr>, ...)are allowed. [untyped]section of flowconfig will use the glob system. See https://flow.org/en/docs/config/untyped/
Notable bug fixes:
- Fixed https://github.com/facebook/flow/issues/9407.
- Support
instanceofrefinement of constructor objects. - Operations like
Partialno longer strip readonly-ness of dictionaries. (example)