File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[libs]
6
6
flow
7
-
8
- [options]
9
- suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
Original file line number Diff line number Diff line change 34
34
"eslint-plugin-flowtype" : " ^2.46.1" ,
35
35
"eslint-plugin-markdown" : " ^1.0.0-beta.6" ,
36
36
"eslint-plugin-vue-libs" : " ^2.1.0" ,
37
- "flow-bin" : " ^0.66 .0" ,
37
+ "flow-bin" : " ^0.131 .0" ,
38
38
"lerna" : " ^3.20.2" ,
39
39
"markdown-it-include" : " ^1.0.0" ,
40
40
"rollup" : " 1" ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ function hasOwnProperty(obj, prop) {
39
39
}
40
40
41
41
export function keys < T : string > ( obj : any ) : Array < T > {
42
+ // $FlowIgnore
42
43
return Object . keys ( obj )
43
44
}
44
45
Original file line number Diff line number Diff line change @@ -378,7 +378,9 @@ export default class Wrapper implements BaseWrapper {
378
378
let element = this . element
379
379
while ( element ) {
380
380
if (
381
+ // $FlowIgnore
381
382
element . hidden ||
383
+ // $FlowIgnore
382
384
( element . style &&
383
385
( element . style . visibility === 'hidden' ||
384
386
element . style . display === 'none' ) )
@@ -541,6 +543,7 @@ export default class Wrapper implements BaseWrapper {
541
543
const event = getCheckedEvent ( )
542
544
543
545
if ( tagName === 'INPUT' && type === 'checkbox' ) {
546
+ // $FlowIgnore
544
547
if ( this . element . checked === checked ) {
545
548
return nextTick ( )
546
549
}
@@ -559,6 +562,7 @@ export default class Wrapper implements BaseWrapper {
559
562
)
560
563
}
561
564
565
+ // $FlowIgnore
562
566
if ( this . element . checked === checked ) {
563
567
return nextTick ( )
564
568
}
@@ -592,6 +596,7 @@ export default class Wrapper implements BaseWrapper {
592
596
throwError ( `wrapper.setSelected() cannot be called on this element` )
593
597
}
594
598
599
+ // $FlowIgnore
595
600
if ( this . element . selected ) {
596
601
return nextTick ( )
597
602
}
Original file line number Diff line number Diff line change @@ -6361,10 +6361,10 @@ flatted@^2.0.1, flatted@^2.0.2:
6361
6361
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
6362
6362
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
6363
6363
6364
- flow-bin@^0.66 .0:
6365
- version "0.66 .0"
6366
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66 .0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26 "
6367
- integrity sha1-qW3ecBXcM0P9VSp7SWPAK+cFyiY =
6364
+ flow-bin@^0.131 .0:
6365
+ version "0.131 .0"
6366
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.131 .0.tgz#d4228b6070afdf3b2a76acdee77a7f3f8e8f5133 "
6367
+ integrity sha512-fZmoIBcDrtLhy/NNMxwJysSYzMr1ksRcAOMi3AHSoYXfcuQqTvhGJx+wqjlIOqIwz8RRYm8J4V4JrSJbIKP+Xg= =
6368
6368
6369
6369
flow-remove-types-no-whitespace@^1.0.3:
6370
6370
version "1.0.5"
You can’t perform that action at this time.
0 commit comments