File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
[ignore]
2
- .*dist/.*
2
+ <PROJECT_ROOT>/dist/.*
3
+ .*/__tests__/.*
4
+ .*/__mocks__/.*
3
5
4
6
[include]
7
+ src/
5
8
6
9
[libs]
7
10
Original file line number Diff line number Diff line change 58
58
"eslint" : " ^5.7.0" ,
59
59
"eslint-config-prettier" : " ^3.1.0" ,
60
60
"eslint-plugin-prettier" : " ^3.0.0" ,
61
- "flow-bin" : " ^0.83 .0" ,
61
+ "flow-bin" : " ^0.87 .0" ,
62
62
"jest" : " ^23.6.0" ,
63
63
"jest-diff" : " ^23.6.0" ,
64
64
"jest-matcher-utils" : " ^23.6.0" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default function parse(
66
66
}
67
67
return executeHandlers ( handlers , componentDefinitions ) ;
68
68
} else if ( componentDefinitions ) {
69
- return executeHandlers ( handlers , [ ( componentDefinitions : NodePath ) ] ) [ 0 ] ;
69
+ return executeHandlers ( handlers , [ componentDefinitions ] ) [ 0 ] ;
70
70
}
71
71
72
72
throw new Error ( ERROR_MISSING_DEFINITION ) ;
Original file line number Diff line number Diff line change @@ -1984,10 +1984,10 @@ flat-cache@^1.2.1:
1984
1984
graceful-fs "^4.1.2"
1985
1985
write "^0.2.1"
1986
1986
1987
- flow-bin@^0.83 .0 :
1988
- version "0.83 .0"
1989
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83 .0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9 "
1990
- integrity sha512-1K83EL/U9Gh0BaXPKkZe6TRizSmNSKx9Wuws1c8gh7DJEwiburtCxYT+4o7in1+GnNEm3CZWnbnVV8n9HMpiDA ==
1987
+ flow-bin@^0.87 .0 :
1988
+ version "0.87 .0"
1989
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87 .0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d "
1990
+ integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw ==
1991
1991
1992
1992
for-in@^1.0.1, for-in@^1.0.2 :
1993
1993
version "1.0.2"
You can’t perform that action at this time.
0 commit comments