2015-02-20 04:10:52 +00:00
|
|
|
[ignore]
|
|
|
|
|
|
|
|
# We fork some components by platform.
|
|
|
|
.*/*.web.js
|
|
|
|
.*/*.android.js
|
|
|
|
|
|
|
|
# Some modules have their own node_modules with overlap
|
|
|
|
.*/node_modules/node-haste/.*
|
|
|
|
|
2015-11-10 21:15:00 +00:00
|
|
|
# Ugh
|
|
|
|
.*/node_modules/babel.*
|
|
|
|
.*/node_modules/babylon.*
|
|
|
|
.*/node_modules/invariant.*
|
|
|
|
|
2015-11-07 03:50:10 +00:00
|
|
|
# Ignore react and fbjs where there are overlaps, but don't ignore
|
|
|
|
# anything that react-native relies on
|
2015-12-30 19:38:44 +00:00
|
|
|
.*/node_modules/fbjs/lib/Map.js
|
|
|
|
.*/node_modules/fbjs/lib/Promise.js
|
|
|
|
.*/node_modules/fbjs/lib/fetch.js
|
|
|
|
.*/node_modules/fbjs/lib/ExecutionEnvironment.js
|
|
|
|
.*/node_modules/fbjs/lib/isEmpty.js
|
|
|
|
.*/node_modules/fbjs/lib/crc32.js
|
|
|
|
.*/node_modules/fbjs/lib/ErrorUtils.js
|
|
|
|
|
|
|
|
# Flow has a built-in definition for the 'react' module which we prefer to use
|
|
|
|
# over the currently-untyped source
|
|
|
|
.*/node_modules/react/react.js
|
|
|
|
.*/node_modules/react/lib/React.js
|
|
|
|
.*/node_modules/react/lib/ReactDOM.js
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2015-05-08 18:04:22 +00:00
|
|
|
# Ignore commoner tests
|
2015-05-28 00:25:19 +00:00
|
|
|
.*/node_modules/commoner/test/.*
|
2015-05-08 18:04:22 +00:00
|
|
|
|
|
|
|
# See https://github.com/facebook/flow/issues/442
|
|
|
|
.*/react-tools/node_modules/commoner/lib/reader.js
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
# Ignore jest
|
2015-05-28 04:17:14 +00:00
|
|
|
.*/node_modules/jest-cli/.*
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2015-03-28 05:18:47 +00:00
|
|
|
# Ignore Website
|
|
|
|
.*/website/.*
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|
2015-04-25 05:43:01 +00:00
|
|
|
|
2015-07-30 03:19:40 +00:00
|
|
|
munge_underscores=true
|
|
|
|
|
2015-08-27 01:30:46 +00:00
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
|
|
|
module.name_mapper='^[./a-zA-Z0-9$_-]+\.png$' -> 'RelativeImageStub'
|
|
|
|
|
2015-06-11 22:35:26 +00:00
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
suppress_type=$FixMe
|
|
|
|
|
2015-12-19 01:03:59 +00:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
2015-06-22 16:43:30 +00:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
2015-06-11 22:35:26 +00:00
|
|
|
|
2015-04-25 05:43:01 +00:00
|
|
|
[version]
|
2015-12-19 01:03:59 +00:00
|
|
|
0.20.1
|