瀏覽代碼

feat: flow-bin 0.53.0

Required for jitsi-meet upgrade
release-8443
paweldomas 8 年之前
父節點
當前提交
ca092bb91f
共有 2 個檔案被更改,包括 11 行新增6 行删除
  1. 10
    5
      .flowconfig
  2. 1
    1
      package.json

+ 10
- 5
.flowconfig 查看文件

5
 ; sync (e.g. the flow-bin version).
5
 ; sync (e.g. the flow-bin version).
6
 ;
6
 ;
7
 [ignore]
7
 [ignore]
8
+; Ignore polyfills
9
++.*/Libraries/polyfills/.*
10
+
8
 .*/\.git/.*
11
 .*/\.git/.*
9
 
12
 
10
 [include]
13
 [include]
11
 
14
 
12
 [libs]
15
 [libs]
13
-flow/
14
 
16
 
15
 [options]
17
 [options]
16
 emoji=true
18
 emoji=true
17
 
19
 
18
-module.system=node
19
-
20
-experimental.strict_type_args=true
20
+module.system=haste
21
 
21
 
22
 munge_underscores=true
22
 munge_underscores=true
23
 
23
 
25
 
25
 
26
 suppress_type=$FlowIssue
26
 suppress_type=$FlowIssue
27
 suppress_type=$FlowFixMe
27
 suppress_type=$FlowFixMe
28
+suppress_type=$FlowFixMeProps
29
+suppress_type=$FlowFixMeState
28
 suppress_type=$FixMe
30
 suppress_type=$FixMe
29
 
31
 
32
+suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
33
+suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
30
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
34
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
35
+suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
31
 
36
 
32
 unsafe.enable_getters_and_setters=true
37
 unsafe.enable_getters_and_setters=true
33
 
38
 
34
 [version]
39
 [version]
35
-^0.38.0
40
+^0.53.0

+ 1
- 1
package.json 查看文件

39
     "eslint-config-jitsi": "jitsi/eslint-config-jitsi#v0.1",
39
     "eslint-config-jitsi": "jitsi/eslint-config-jitsi#v0.1",
40
     "eslint-plugin-flowtype": "2.37.0",
40
     "eslint-plugin-flowtype": "2.37.0",
41
     "eslint-plugin-import": "2.7.0",
41
     "eslint-plugin-import": "2.7.0",
42
-    "flow-bin": "0.38.0",
42
+    "flow-bin": "0.53.0",
43
     "jasmine-core": "2.5.2",
43
     "jasmine-core": "2.5.2",
44
     "karma": "0.13.22",
44
     "karma": "0.13.22",
45
     "karma-chrome-launcher": "0.2.3",
45
     "karma-chrome-launcher": "0.2.3",

Loading…
取消
儲存