This repository was archived by the owner on Aug 1, 2022. It is now read-only.
v1.7.0
Adds support for detecting @flow strict annotations and including them in the reports. See #44
- The
--list-filesflag now allows theflowstrictoption to only select the strict files. The--allow-weakflag is always ignored with this option. - Setting
--list-filestoflowwill also include all strict files.
See the cli help, or parser-test.js.snap for the full arguments.
Also bumps all dependencies to the latest versions.