Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flow | 2025-09-20 | 1.9 kB | |
flow-win64-v0.285.0.zip | 2025-09-20 | 13.9 MB | |
libflowparser-osx-arm64-v0.285.0.zip | 2025-09-20 | 1.4 MB | |
flow-osx-arm64-v0.285.0.zip | 2025-09-20 | 10.3 MB | |
libflowparser-osx-v0.285.0.zip | 2025-09-20 | 1.3 MB | |
flow-osx-v0.285.0.zip | 2025-09-20 | 9.0 MB | |
flow-linux-arm64-v0.285.0.zip | 2025-09-20 | 16.0 MB | |
libflowparser-linux64-v0.285.0.zip | 2025-09-20 | 2.2 MB | |
flow-linux64-v0.285.0.zip | 2025-09-20 | 13.2 MB | |
README.md | 2025-09-19 | 571 Bytes | |
v0.285.0 source code.tar.gz | 2025-09-19 | 8.8 MB | |
v0.285.0 source code.zip | 2025-09-19 | 14.6 MB | |
Totals: 12 Items | 90.8 MB | 0 |
Library Definitions:
* Fix type of useActionState
hook in React. Type should be Awaited
instead of Promise
(the opposite operation).
* Added types for Object.groupBy
and Map.groupBy
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/groupBy
Bug fixes:
* Fixed a bug that when experimental.ts_utility_syntax=true
, imported Readonly
, ReadonlyArray
, NonNullable
, ReadonlyMap
, ReadonlySet
types are considered any.