File tree Expand file tree Collapse file tree 8 files changed +8
-26
lines changed Expand file tree Collapse file tree 8 files changed +8
-26
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
"name" : " extract-react-types-mono-repo" ,
3
3
"version" : " 0.0.0" ,
4
4
"scripts" : {
5
+ "test" : " jest" ,
5
6
"changeset" : " bolt build-releases changeset"
6
7
},
7
8
"bolt" : {
40
41
"babel-preset-env" : " ^1.6.1" ,
41
42
"babel-preset-flow" : " ^6.23.0" ,
42
43
"babel-preset-react" : " ^6.24.1" ,
43
- "babel-register" : " ^6.26.0" ,
44
44
"enzyme" : " ^3.3.0" ,
45
45
"enzyme-adapter-react-16" : " ^1.1.1" ,
46
46
"flow-bin" : " ^0.69.0" ,
Original file line number Diff line number Diff line change @@ -659,6 +659,7 @@ exports[`flow React.forwardRef 1`] = `
659
659
Object {
660
660
" component" : Object {
661
661
" kind" : " generic" ,
662
+ " name" : " SomeComponent" ,
662
663
" value" : Object {
663
664
" kind" : " object" ,
664
665
" members" : Array [
@@ -685,6 +686,7 @@ exports[`flow React.memo 1`] = `
685
686
Object {
686
687
" component" : Object {
687
688
" kind" : " generic" ,
689
+ " name" : " SomeComponent" ,
688
690
" value" : Object {
689
691
" kind" : " object" ,
690
692
" members" : Array [
@@ -998,6 +1000,7 @@ exports[`flow forwardRef 1`] = `
998
1000
Object {
999
1001
" component" : Object {
1000
1002
" kind" : " generic" ,
1003
+ " name" : " SomeComponent" ,
1001
1004
" value" : Object {
1002
1005
" kind" : " object" ,
1003
1006
" members" : Array [
@@ -1233,6 +1236,7 @@ exports[`flow function expression 1`] = `
1233
1236
Object {
1234
1237
" component" : Object {
1235
1238
" kind" : " generic" ,
1239
+ " name" : " SomeComponent" ,
1236
1240
" value" : Object {
1237
1241
" kind" : " object" ,
1238
1242
" members" : Array [
@@ -1710,6 +1714,7 @@ exports[`flow memo 1`] = `
1710
1714
Object {
1711
1715
" component" : Object {
1712
1716
" kind" : " generic" ,
1717
+ " name" : " SomeComponent" ,
1713
1718
" value" : Object {
1714
1719
" kind" : " object" ,
1715
1720
" members" : Array [
@@ -1762,6 +1767,7 @@ exports[`flow memo wrapping forwardRef 1`] = `
1762
1767
Object {
1763
1768
" component" : Object {
1764
1769
" kind" : " generic" ,
1770
+ " name" : " SomeComponent" ,
1765
1771
" value" : Object {
1766
1772
" kind" : " object" ,
1767
1773
" members" : Array [
Original file line number Diff line number Diff line change 5
5
"repository" : " atlassian/extract-react-types" ,
6
6
"author" :
" James Kyle <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
8
- "scripts" : {
9
- "test" : " jest"
10
- },
11
8
"keywords" : [
12
9
" react" ,
13
10
" flow" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"author" : " Atlassian" ,
7
7
"repository" : " gwyneplaine/kind2string" ,
8
8
"scripts" : {
9
- "test" : " yarn jest" ,
10
9
"build" : " babel src -d dist --ignore __tests__/" ,
11
- "prepublish" : " yarn build && yarn test " ,
10
+ "prepublish" : " yarn build" ,
12
11
"dev" : " yarn build --watch"
13
12
},
14
13
"files" : [
Original file line number Diff line number Diff line change 4
4
"description" : " prettily render prop types from extract-react-types data" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
- "test" : " yarn jest" ,
8
7
"build" : " babel src -d dist --ignore *.test.js" ,
9
8
"prepublish" : " yarn build" ,
10
9
"dev" : " yarn build --watch"
35
34
"babel-preset-env" : " ^1.6.1" ,
36
35
"babel-preset-flow" : " ^6.23.0" ,
37
36
"babel-preset-react" : " ^6.24.1" ,
38
- "babel-register" : " ^6.26.0" ,
39
37
"enzyme" : " ^3.3.0" ,
40
38
"enzyme-adapter-react-16" : " ^1.1.1" ,
41
39
"extract-react-types" : " ^0.15.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments