| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2025-12-19 | 1.5 kB | |
| flow-win64-v0.295.0.zip | 2025-12-19 | 14.1 MB | |
| flow-osx-arm64-v0.295.0.zip | 2025-12-19 | 10.5 MB | |
| flow-linux-arm64-v0.295.0.zip | 2025-12-19 | 16.4 MB | |
| flow-linux64-v0.295.0.zip | 2025-12-19 | 13.5 MB | |
| README.md | 2025-12-18 | 1.3 kB | |
| v0.295.0 source code.tar.gz | 2025-12-18 | 9.0 MB | |
| v0.295.0 source code.zip | 2025-12-18 | 14.9 MB | |
| Totals: 8 Items | 78.4 MB | 1 | |
New Features:
* Support 4 well-known symbols (Symbol.iterator, Symbol.asyncIterator, Symbol.dispose, Symbol.asyncDispose) in class methods. For now, the computed method name needs to be exactly in the form of Symbol.iterator (or other 3 names) to be recognized.
Notable bug fixes: * Flow will now error when a function parameter appears in the default expression for the same binding. (e.g. try-Flow)
Misc:
* Introduced a codemod for migrating legacy utility types to modern equivalents (yarn run flow-codemod convertLegacyUtilityTypes)
Parser: * Flow now parses import attributes. For now, we don't do any semantic validation yet