| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-03-26 | 1.5 kB | |
| flow-win64-v0.307.0.zip | 2026-03-26 | 14.5 MB | |
| flow-osx-arm64-v0.307.0.zip | 2026-03-26 | 10.9 MB | |
| flow-linux-arm64-v0.307.0.zip | 2026-03-26 | 17.0 MB | |
| flow-linux64-v0.307.0.zip | 2026-03-26 | 14.0 MB | |
| README.md | 2026-03-26 | 585 Bytes | |
| v0.307.0 source code.tar.gz | 2026-03-26 | 11.6 MB | |
| v0.307.0 source code.zip | 2026-03-26 | 17.9 MB | |
| Totals: 8 Items | 86.0 MB | 1 | |
Notable bug fixes:
- Support numeric literal object keys when importing/exporting object literals
- Allow type keywords like
inferto appear as member names in qualified type access (e.g.type S = O.infer;). - Allow type keywords (
readonly,keyof,infer, etc.) as function type parameter names
Parser:
- It is now a parse error to have a
?optional modifier in various places this does not make sense, e.g.const x? = 1;
Misc:
- API change:
flow checkbecomes an alias offlow status. You can useflow full-checkto trigger a full foreground check of a Flow root.