Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

v1.11.0

Choose a tag to compare

@ryan953 ryan953 released this 30 May 21:58
· 54 commits to master since this release

Likely to cause new failures:

Guard against @flow annotations that are after a code statement.

  • Previously files with some javascript above the first @flow comment 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