2015-02-19 20:10:52 -08: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 13:15:00 -08:00
|
|
|
# Ugh
|
|
|
|
.*/node_modules/babel.*
|
|
|
|
.*/node_modules/babylon.*
|
|
|
|
.*/node_modules/invariant.*
|
|
|
|
|
2015-11-06 19:50:10 -08:00
|
|
|
# Ignore react and fbjs where there are overlaps, but don't ignore
|
|
|
|
# anything that react-native relies on
|
|
|
|
.*/node_modules/fbjs-haste/.*/__tests__/.*
|
|
|
|
.*/node_modules/fbjs-haste/__forks__/Map.js
|
|
|
|
.*/node_modules/fbjs-haste/__forks__/Promise.js
|
|
|
|
.*/node_modules/fbjs-haste/__forks__/fetch.js
|
|
|
|
.*/node_modules/fbjs-haste/core/ExecutionEnvironment.js
|
|
|
|
.*/node_modules/fbjs-haste/core/isEmpty.js
|
|
|
|
.*/node_modules/fbjs-haste/crypto/crc32.js
|
|
|
|
.*/node_modules/fbjs-haste/stubs/ErrorUtils.js
|
|
|
|
.*/node_modules/react-haste/React.js
|
2015-11-07 11:39:11 -08:00
|
|
|
.*/node_modules/react-haste/renderers/dom/ReactDOM.js
|
2015-11-06 19:50:10 -08:00
|
|
|
.*/node_modules/react-haste/renderers/shared/event/eventPlugins/ResponderEventPlugin.js
|
2015-02-19 20:10:52 -08:00
|
|
|
|
2015-05-08 11:04:22 -07:00
|
|
|
# Ignore commoner tests
|
2015-05-27 23:25:19 -01:00
|
|
|
.*/node_modules/commoner/test/.*
|
2015-05-08 11:04:22 -07:00
|
|
|
|
|
|
|
# See https://github.com/facebook/flow/issues/442
|
|
|
|
.*/react-tools/node_modules/commoner/lib/reader.js
|
|
|
|
|
2015-02-19 20:10:52 -08:00
|
|
|
# Ignore jest
|
2015-05-28 03:17:14 -01:00
|
|
|
.*/node_modules/jest-cli/.*
|
2015-02-19 20:10:52 -08:00
|
|
|
|
2015-03-27 22:18:47 -07:00
|
|
|
# Ignore Website
|
|
|
|
.*/website/.*
|
|
|
|
|
2015-02-19 20:10:52 -08:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|
2015-04-24 22:43:01 -07:00
|
|
|
|
2015-07-29 20:19:40 -07:00
|
|
|
munge_underscores=true
|
|
|
|
|
2015-08-26 18:30:46 -07:00
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
|
|
|
module.name_mapper='^[./a-zA-Z0-9$_-]+\.png$' -> 'RelativeImageStub'
|
|
|
|
|
2015-06-11 15:35:26 -07:00
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
suppress_type=$FixMe
|
|
|
|
|
2015-10-26 09:17:50 -07:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-8]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-8]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)? #[0-9]+
|
2015-06-22 09:43:30 -07:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
2015-06-11 15:35:26 -07:00
|
|
|
|
2015-04-24 22:43:01 -07:00
|
|
|
[version]
|
2015-10-26 09:17:50 -07:00
|
|
|
0.18.1
|