11[ignore]
2- 3- # We fork some components by platform.
2+ ; We fork some components by platform
43.*/*[.]android.js
54
6- # Ignore templates with `@flow` in header
7- .*/local-cli/generator.*
8- 9- # Ignore malformed json
10- .*/node_modules/y18n/test/.*\.json
11- 12- # Ignore the website subdir
13- <PROJECT_ROOT>/website/.*
14- 15- # Ignore BUCK generated dirs
5+ ; Ignore "BUCK" generated dirs
166<PROJECT_ROOT>/\.buckd/
177
18- # Ignore unexpected extra @providesModule
19- .*/node_modules/commoner/test/source/widget/share.js
8+ ; Ignore unexpected extra " @providesModule"
9+ .*/node_modules/.*/node_modules/fbjs/.*
2010
21- # Ignore duplicate module providers
22- # For RN Apps installed via npm, "Libraries" folder is inside node_modules/react-native but in the source repo it is in the root
11+ ; Ignore duplicate module providers
12+ ; For RN Apps installed via npm, "Libraries" folder is inside
13+ ; "node_modules/react-native" but in the source repo it is in the root
2314.*/Libraries/react-native/React.js
2415.*/Libraries/react-native/ReactNative.js
25- .*/node_modules/jest-runtime/build/__tests__/.*
2616
2717[include]
28- index.js
29- lib/
3018
3119[libs]
3220node_modules/react-native/Libraries/react-native/react-native-interface.js
3321node_modules/react-native/flow
22+ flow/
3423
3524[options]
3625module.system=haste
3726
38- esproposal.class_static_fields=enable
39- esproposal.class_instance_fields=enable
40- 4127experimental.strict_type_args=true
4228
4329munge_underscores=true
@@ -49,11 +35,11 @@ suppress_type=$FlowIssue
4935suppress_type=$FlowFixMe
5036suppress_type=$FixMe
5137
52- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-2 ]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
53- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-2 ]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
38+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-5 ]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
39+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-5 ]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5440suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5541
5642unsafe.enable_getters_and_setters=true
5743
5844[version]
59- ^0.32 .0
45+ ^0.35 .0
0 commit comments