UNPKG

1.12 kBPlain TextView Raw
1[include]
2
3[ignore]
4
5# Including these files causes issues.
6.*/node_modules/fbjs/.*
7
8[libs]
9
10# Official "flow-typed" repository definitions.
11flow-typed/npm
12
13# Custom definitions.
14tools/flow/definitions/
15
16# Note: the following definitions come bundled with flow. It can be handy
17# to reference them.
18# React: https://github.com/facebook/flow/blob/master/lib/react.js
19# Javascript: https://github.com/facebook/flow/blob/master/lib/core.js
20# Node: https://github.com/facebook/flow/blob/master/lib/node.js
21# DOM: https://github.com/facebook/flow/blob/master/lib/dom.js
22# BOM: https://github.com/facebook/flow/blob/master/lib/bom.js
23# CSSOM: https://github.com/facebook/flow/blob/master/lib/cssom.js
24# IndexDB: https://github.com/facebook/flow/blob/master/lib/indexeddb.js
25
26[options]
27
28# This is so that we can import static files in our webpack supported components
29# and not have flow throw a hissy fit.
30module.name_mapper='^\(.*\)\.\(css\|eot\|gif\|ico\|jpg\|jpeg\|less\|otf\|mp3\|mp4\|ogg\|png\|sass\|scss\|sss\|svg\|swf\|ttf\|webp\|woff\|woff2\)$' -> '<PROJECT_ROOT>/tools/flow/stubs/WebpackAsset.js.flow'
31
32[version]
330.33.0