2016-01-16 05:36:58 +00:00
|
|
|
[ignore]
|
|
|
|
.*/node_modules/.*
|
|
|
|
.*/dist/.*
|
|
|
|
.*/test.js
|
|
|
|
.*/adler32.js
|
|
|
|
|
|
|
|
.*/bits/.*
|
|
|
|
.*/ctest/.*
|
|
|
|
.*/misc/.*
|
|
|
|
.*/perf/.*
|
|
|
|
|
2016-05-29 23:13:34 +00:00
|
|
|
.*/demo/browser.js
|
2016-10-13 01:23:45 +00:00
|
|
|
.*/shim.js
|
2016-05-29 23:13:34 +00:00
|
|
|
|
2016-01-16 05:36:58 +00:00
|
|
|
[include]
|
|
|
|
adler32.flow.js
|
2016-10-13 01:23:45 +00:00
|
|
|
.*/bin/.*.njs
|
2016-05-29 23:13:34 +00:00
|
|
|
.*/demo/browser.flow.js
|
2016-01-16 05:36:58 +00:00
|
|
|
|
|
|
|
[libs]
|
2016-05-29 23:13:34 +00:00
|
|
|
bits/10_types.js
|
|
|
|
misc/flow.js
|
2016-10-13 01:23:45 +00:00
|
|
|
misc/flowdeps.js
|
2016-01-16 05:36:58 +00:00
|
|
|
|
|
|
|
[options]
|
2016-10-13 01:23:45 +00:00
|
|
|
module.file_ext=.js
|
|
|
|
module.file_ext=.njs
|
2017-07-28 08:41:07 +00:00
|
|
|
module.ignore_non_literal_requires=true
|
|
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
|