Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flow-win64-v0.287.0.zip | 2025-09-27 | 13.9 MB | |
libflowparser-osx-arm64-v0.287.0.zip | 2025-09-27 | 1.4 MB | |
flow-osx-arm64-v0.287.0.zip | 2025-09-27 | 10.3 MB | |
flow-linux-arm64-v0.287.0.zip | 2025-09-27 | 16.1 MB | |
libflowparser-linux64-v0.287.0.zip | 2025-09-27 | 2.2 MB | |
flow-linux64-v0.287.0.zip | 2025-09-27 | 13.2 MB | |
README.md | 2025-09-27 | 706 Bytes | |
v0.287.0 source code.tar.gz | 2025-09-27 | 8.9 MB | |
v0.287.0 source code.zip | 2025-09-27 | 14.7 MB | |
Totals: 9 Items | 80.7 MB | 2 |
Breaking Changes:
* We will stop publishing new versions of flow-parser-bin. If you want to parse flow code with native-like performance, you should use hermes-parser
package, which is running on wasm.
Likely to cause new Flow errors:
* The deprecated React$Element
type is now removed. You should use React.Node
or React.MixedElement
in most cases. If you really want exact react elements, you can use ExactReactElement_DEPRECATED
New Features: * Flow has full React 19 ref-as-prop support. Since this version, you are allowed to spread ref prop in component syntax components.
IDE: * We now provide a rewrite refactor to convert arrays, map, set, and object types into their readonly forms.