Download Latest Version flow-linux-arm64-v0.308.0.zip (17.0 MB)
Email in envelope

Get an email when there's a new version of Flow

Home / v0.308.0
Name Modified Size InfoDownloads / Week
Parent folder
flow < 13 hours ago 1.5 kB
flow-win64-v0.308.0.zip < 13 hours ago 14.5 MB
flow-osx-arm64-v0.308.0.zip < 13 hours ago 10.9 MB
flow-linux-arm64-v0.308.0.zip < 13 hours ago 17.0 MB
flow-linux64-v0.308.0.zip < 13 hours ago 14.0 MB
README.md < 14 hours ago 714 Bytes
v0.308.0 source code.tar.gz < 14 hours ago 11.8 MB
v0.308.0 source code.zip < 14 hours ago 18.2 MB
Totals: 8 Items   86.5 MB 0

Parser:

  • The 5 enum body ESTree node types (EnumBooleanBody, EnumNumberBody, EnumStringBody, EnumSymbolBody, EnumBigIntBody) have been replaced with a single EnumBody node. Its members property is a flat array of per-type member nodes (EnumBooleanMember, EnumNumberMember, EnumStringMember, EnumBigIntMember, EnumDefaultedMember). The explicitType property is now a string ("boolean", "number", "string", "symbol", "bigint") or null (previously a boolean). hasUnknownMembers remains a boolean. Several enum validation errors are no longer reported by the parser and are instead reported by the type checker.

Library Definitions:

  • Add type definition for RegExp.escape()
Source: README.md, updated 2026-04-03