This repository was archived by the owner on Aug 1, 2022. It is now read-only.
v1.11.0
Likely to cause new failures:
Guard against @flow annotations that are after a code statement.
- Previously files with some javascript above the first
@flowcomment were incorrectly marked as having flow coverage when the flow interpreter would actually consider that file untyped. This release correctly identifies those as untyped.
It is possible that this will cause new failures in existing projects that had incorrectly typed files.
Maintenance:
- Bump glob to dependency v7.1.4
- Bump flow-bin dependency to v0.98.1
- improve internal flow type coverage