15
15
# Ignore react and fbjs where there are overlaps, but don't ignore
16
16
# anything that react-native relies on
17
17
.*/node_modules/fbjs/lib/Map.js
18
- .*/node_modules/fbjs/lib/Promise.js
19
18
.*/node_modules/fbjs/lib/fetch.js
20
19
.*/node_modules/fbjs/lib/ExecutionEnvironment.js
21
- .*/node_modules/fbjs/lib/isEmpty.js
22
- .*/node_modules/fbjs/lib/crc32.js
23
20
.*/node_modules/fbjs/lib/ErrorUtils.js
24
21
25
22
# Flow has a built-in definition for the 'react' module which we prefer to use
28
25
.*/node_modules/react/lib/React.js
29
26
.*/node_modules/react/lib/ReactDOM.js
30
27
28
+ .*/__mocks__/.*
29
+ .*/__tests__/.*
30
+
31
+ .*/commoner/test/source/widget/share.js
32
+
31
33
# Ignore commoner tests
32
34
.*/node_modules/commoner/test/.*
33
35
40
42
# Ignore Website
41
43
.*/website/.*
42
44
45
+ # Ignore generators
46
+ .*/local-cli/generator.*
47
+
48
+ # Ignore BUCK generated folders
49
+ .*\.buckd/
50
+
51
+ .*/node_modules/is-my-json-valid/test/.*\.json
52
+ .*/node_modules/iconv-lite/encodings/tables/.*\.json
53
+ .*/node_modules/y18n/test/.*\.json
54
+ .*/node_modules/spdx-license-ids/spdx-license-ids.json
55
+ .*/node_modules/spdx-exceptions/index.json
56
+ .*/node_modules/resolve/test/subdirs/node_modules/a/b/c/x.json
57
+ .*/node_modules/resolve/lib/core.json
58
+ .*/node_modules/jsonparse/samplejson/.*\.json
59
+ .*/node_modules/json5/test/.*\.json
60
+ .*/node_modules/ua-parser-js/test/.*\.json
61
+ .*/node_modules/builtin-modules/builtin-modules.json
62
+ .*/node_modules/binary-extensions/binary-extensions.json
63
+ .*/node_modules/url-regex/tlds.json
64
+ .*/node_modules/joi/.*\.json
65
+ .*/node_modules/isemail/.*\.json
66
+ .*/node_modules/tr46/.*\.json
67
+
68
+
43
69
[include]
44
70
45
71
[libs]
46
72
node_modules/react-native/Libraries/react-native/react-native-interface.js
73
+ node_modules/react-native/flow
74
+ flow/
47
75
48
76
[options]
49
77
module.system=haste
50
78
79
+ esproposal.class_static_fields=enable
80
+ esproposal.class_instance_fields=enable
81
+
51
82
munge_underscores=true
52
83
53
84
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
@@ -57,9 +88,9 @@ suppress_type=$FlowIssue
57
88
suppress_type=$FlowFixMe
58
89
suppress_type=$FixMe
59
90
60
- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-1 ]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
61
- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-1 ]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
91
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-3 ]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
92
+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-3 ]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
62
93
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
63
94
64
95
[version]
65
- 0.21 .0
96
+ 0.23 .0
0 commit comments