flowtype-loader
flowtype-loader copied to clipboard
use flow check-contents to instead of flow status
I refactor the loader to simplify the plugin and use flow check-contents to replace flow status. flow check-contents has better performance.
The option cwd was been deprecated and new option checkAll added.
When checkAll: true, loader will run flow check for all files even flow annotation(// @flow or /* @flow */) not exist.