[include] [ignore] # Including these files causes issues. .*/node_modules/fbjs/.* [libs] # Official "flow-typed" repository definitions. flow-typed/npm # Custom definitions. tools/flow/definitions/ # Note: the following definitions come bundled with flow. It can be handy # to reference them. # React: https://github.com/facebook/flow/blob/master/lib/react.js # Javascript: https://github.com/facebook/flow/blob/master/lib/core.js # Node: https://github.com/facebook/flow/blob/master/lib/node.js # DOM: https://github.com/facebook/flow/blob/master/lib/dom.js # BOM: https://github.com/facebook/flow/blob/master/lib/bom.js # CSSOM: https://github.com/facebook/flow/blob/master/lib/cssom.js # IndexDB: https://github.com/facebook/flow/blob/master/lib/indexeddb.js [options] # This is so that we can import static files in our webpack supported components # and not have flow throw a hissy fit. module.name_mapper='^\(.*\)\.\(css\|eot\|gif\|ico\|jpg\|jpeg\|less\|otf\|mp3\|mp4\|ogg\|png\|sass\|scss\|sss\|svg\|swf\|ttf\|webp\|woff\|woff2\)$' -> '/tools/flow/stubs/WebpackAsset.js.flow' [version] 0.33.0