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/.*
|
|
|
|
|
|
|
|
# Ignore react-tools where there are overlaps, but don't ignore anything that
|
|
|
|
# react-native relies on
|
2015-07-23 17:50:16 -07:00
|
|
|
.*/node_modules/react-tools/src/React.js
|
|
|
|
.*/node_modules/react-tools/src/renderers/shared/event/EventPropagators.js
|
|
|
|
.*/node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js
|
|
|
|
.*/node_modules/react-tools/src/shared/vendor/core/ExecutionEnvironment.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-09-18 14:24:06 -07:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-6]\\|[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-09-18 14:24:06 -07:00
|
|
|
0.16.0
|