浏览代码

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,19 +5,19 @@
5 5
 ; sync (e.g. the flow-bin version).
6 6
 ;
7 7
 [ignore]
8
+; Ignore polyfills
9
++.*/Libraries/polyfills/.*
10
+
8 11
 .*/\.git/.*
9 12
 
10 13
 [include]
11 14
 
12 15
 [libs]
13
-flow/
14 16
 
15 17
 [options]
16 18
 emoji=true
17 19
 
18
-module.system=node
19
-
20
-experimental.strict_type_args=true
20
+module.system=haste
21 21
 
22 22
 munge_underscores=true
23 23
 
@@ -25,11 +25,16 @@ module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|we
25 25
 
26 26
 suppress_type=$FlowIssue
27 27
 suppress_type=$FlowFixMe
28
+suppress_type=$FlowFixMeProps
29
+suppress_type=$FlowFixMeState
28 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 34
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
35
+suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
31 36
 
32 37
 unsafe.enable_getters_and_setters=true
33 38
 
34 39
 [version]
35
-^0.38.0
40
+^0.53.0

+ 1
- 1
package.json 查看文件

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

正在加载...
取消
保存