2015-02-19 20:10:52 -08:00
|
|
|
[ignore]
|
2016-11-13 06:21:07 -08:00
|
|
|
; We fork some components by platform
|
2016-08-23 04:13:27 -07:00
|
|
|
.*/*[.]android.js
|
2015-02-19 20:10:52 -08:00
|
|
|
|
2016-11-18 18:25:02 -08:00
|
|
|
; Ignore templates for 'react-native init'
|
|
|
|
.*/local-cli/templates/.*
|
2016-04-01 08:53:28 -07:00
|
|
|
|
2016-11-13 06:21:07 -08:00
|
|
|
; Ignore the website subdir
|
2016-07-06 12:49:08 -07:00
|
|
|
<PROJECT_ROOT>/website/.*
|
|
|
|
|
2016-11-13 06:21:07 -08:00
|
|
|
; Ignore "BUCK" generated dirs
|
2016-07-06 12:49:08 -07:00
|
|
|
<PROJECT_ROOT>/\.buckd/
|
|
|
|
|
2016-11-13 06:21:07 -08:00
|
|
|
; Ignore unexpected extra "@providesModule"
|
2016-11-04 05:40:26 -07:00
|
|
|
.*/node_modules/.*/node_modules/fbjs/.*
|
2016-07-06 12:49:08 -07:00
|
|
|
|
2016-11-13 06:21:07 -08:00
|
|
|
; Ignore duplicate module providers
|
|
|
|
; For RN Apps installed via npm, "Libraries" folder is inside
|
|
|
|
; "node_modules/react-native" but in the source repo it is in the root
|
2016-07-07 03:04:38 -07:00
|
|
|
.*/Libraries/react-native/React.js
|
|
|
|
.*/Libraries/react-native/ReactNative.js
|
2016-07-06 12:49:08 -07:00
|
|
|
|
2015-02-19 20:10:52 -08:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
2016-03-08 12:38:52 -08:00
|
|
|
flow/
|
2015-02-19 20:10:52 -08:00
|
|
|
|
|
|
|
[options]
|
2017-01-19 07:31:08 -08:00
|
|
|
emoji=true
|
|
|
|
|
2015-02-19 20:10:52 -08:00
|
|
|
module.system=haste
|
2015-04-24 22:43:01 -07:00
|
|
|
|
2016-06-03 02:37:43 -07:00
|
|
|
experimental.strict_type_args=true
|
|
|
|
|
2015-07-29 20:19:40 -07:00
|
|
|
munge_underscores=true
|
|
|
|
|
2016-04-19 03:51:45 -07:00
|
|
|
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
|
2015-08-26 18:30:46 -07:00
|
|
|
|
2015-06-11 15:35:26 -07:00
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
suppress_type=$FixMe
|
|
|
|
|
2017-03-04 19:29:24 -08:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
|
2015-06-22 09:43:30 -07:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
2017-02-16 18:59:55 -08:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
2015-06-11 15:35:26 -07:00
|
|
|
|
2016-07-14 04:51:21 -07:00
|
|
|
unsafe.enable_getters_and_setters=true
|
|
|
|
|
2015-04-24 22:43:01 -07:00
|
|
|
[version]
|
2017-03-04 19:29:24 -08:00
|
|
|
^0.41.0
|