Skip to content

Commit 826ce34

Browse files
authored
Merge pull request #43 from cssinjs/feature/react16
Support React 16
2 parents ac3b05b + d755224 commit 826ce34

11 files changed

Lines changed: 1649 additions & 957 deletions
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
// flow-typed signature: 6a2ef3f516799b251e20582efe6cd6d5
2+
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v1.0.1/flow_v0.56.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'enzyme-adapter-react-16'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'enzyme-adapter-react-16' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'enzyme-adapter-react-16/build/index' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'enzyme-adapter-react-16/src/index' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'enzyme-adapter-react-16/src/ReactSixteenAdapter' {
46+
declare module.exports: any;
47+
}
48+
49+
// Filename aliases
50+
declare module 'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath.js' {
51+
declare module.exports: $Exports<'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath'>;
52+
}
53+
declare module 'enzyme-adapter-react-16/build/index.js' {
54+
declare module.exports: $Exports<'enzyme-adapter-react-16/build/index'>;
55+
}
56+
declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter.js' {
57+
declare module.exports: $Exports<'enzyme-adapter-react-16/build/ReactSixteenAdapter'>;
58+
}
59+
declare module 'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath.js' {
60+
declare module.exports: $Exports<'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath'>;
61+
}
62+
declare module 'enzyme-adapter-react-16/src/index.js' {
63+
declare module.exports: $Exports<'enzyme-adapter-react-16/src/index'>;
64+
}
65+
declare module 'enzyme-adapter-react-16/src/ReactSixteenAdapter.js' {
66+
declare module.exports: $Exports<'enzyme-adapter-react-16/src/ReactSixteenAdapter'>;
67+
}
Lines changed: 121 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 344c6cfde20a9047880a24bba942086b
2-
// flow-typed version: <<STUB>>/is-react-prop_v0.0.2/flow_v0.44.2
1+
// flow-typed signature: 2ad391ffa9b414bdcc1249c381b115c7
2+
// flow-typed version: <<STUB>>/is-react-prop_v1.0.0-beta.4/flow_v0.56.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -8,8 +8,8 @@
88
*
99
* Fill this stub out by replacing all the `any` types.
1010
*
11-
* Once filled out, we encourage you to share your work with the
12-
* community by sending a pull request to:
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
1313
* https://github.com/flowtype/flow-typed
1414
*/
1515

@@ -22,18 +22,129 @@ declare module 'is-react-prop' {
2222
* require those files directly. Feel free to delete any files that aren't
2323
* needed.
2424
*/
25-
declare module 'is-react-prop/lib/index' {
25+
declare module 'is-react-prop/checkAttr' {
2626
declare module.exports: any;
2727
}
2828

29-
declare module 'is-react-prop/src/index' {
29+
declare module 'is-react-prop/client/checkAttr' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'is-react-prop/client/createDomElem' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'is-react-prop/client/domElements' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'is-react-prop/client/index' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'is-react-prop/client/reactProps' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'is-react-prop/client/whitelists/events' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'is-react-prop/client/whitelists/html' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'is-react-prop/client/whitelists/index' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'is-react-prop/client/whitelists/react' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'is-react-prop/client/whitelists/schema' {
66+
declare module.exports: any;
67+
}
68+
69+
declare module 'is-react-prop/client/whitelists/svg' {
70+
declare module.exports: any;
71+
}
72+
73+
declare module 'is-react-prop/common/isCustomProp' {
74+
declare module.exports: any;
75+
}
76+
77+
declare module 'is-react-prop/server/checkAttr' {
78+
declare module.exports: any;
79+
}
80+
81+
declare module 'is-react-prop/server/htmlAttributes' {
82+
declare module.exports: any;
83+
}
84+
85+
declare module 'is-react-prop/server/index' {
86+
declare module.exports: any;
87+
}
88+
89+
declare module 'is-react-prop/server/reactProps' {
3090
declare module.exports: any;
3191
}
3292

3393
// Filename aliases
34-
declare module 'is-react-prop/lib/index.js' {
35-
declare module.exports: $Exports<'is-react-prop/lib/index'>;
94+
declare module 'is-react-prop/checkAttr.js' {
95+
declare module.exports: $Exports<'is-react-prop/checkAttr'>;
96+
}
97+
declare module 'is-react-prop/client/checkAttr.js' {
98+
declare module.exports: $Exports<'is-react-prop/client/checkAttr'>;
99+
}
100+
declare module 'is-react-prop/client/createDomElem.js' {
101+
declare module.exports: $Exports<'is-react-prop/client/createDomElem'>;
102+
}
103+
declare module 'is-react-prop/client/domElements.js' {
104+
declare module.exports: $Exports<'is-react-prop/client/domElements'>;
105+
}
106+
declare module 'is-react-prop/client/index.js' {
107+
declare module.exports: $Exports<'is-react-prop/client/index'>;
108+
}
109+
declare module 'is-react-prop/client/reactProps.js' {
110+
declare module.exports: $Exports<'is-react-prop/client/reactProps'>;
111+
}
112+
declare module 'is-react-prop/client/whitelists/events.js' {
113+
declare module.exports: $Exports<'is-react-prop/client/whitelists/events'>;
114+
}
115+
declare module 'is-react-prop/client/whitelists/html.js' {
116+
declare module.exports: $Exports<'is-react-prop/client/whitelists/html'>;
117+
}
118+
declare module 'is-react-prop/client/whitelists/index.js' {
119+
declare module.exports: $Exports<'is-react-prop/client/whitelists/index'>;
120+
}
121+
declare module 'is-react-prop/client/whitelists/react.js' {
122+
declare module.exports: $Exports<'is-react-prop/client/whitelists/react'>;
123+
}
124+
declare module 'is-react-prop/client/whitelists/schema.js' {
125+
declare module.exports: $Exports<'is-react-prop/client/whitelists/schema'>;
126+
}
127+
declare module 'is-react-prop/client/whitelists/svg.js' {
128+
declare module.exports: $Exports<'is-react-prop/client/whitelists/svg'>;
129+
}
130+
declare module 'is-react-prop/common/isCustomProp.js' {
131+
declare module.exports: $Exports<'is-react-prop/common/isCustomProp'>;
132+
}
133+
declare module 'is-react-prop/index' {
134+
declare module.exports: $Exports<'is-react-prop'>;
135+
}
136+
declare module 'is-react-prop/index.js' {
137+
declare module.exports: $Exports<'is-react-prop'>;
138+
}
139+
declare module 'is-react-prop/server/checkAttr.js' {
140+
declare module.exports: $Exports<'is-react-prop/server/checkAttr'>;
141+
}
142+
declare module 'is-react-prop/server/htmlAttributes.js' {
143+
declare module.exports: $Exports<'is-react-prop/server/htmlAttributes'>;
144+
}
145+
declare module 'is-react-prop/server/index.js' {
146+
declare module.exports: $Exports<'is-react-prop/server/index'>;
36147
}
37-
declare module 'is-react-prop/src/index.js' {
38-
declare module.exports: $Exports<'is-react-prop/src/index'>;
148+
declare module 'is-react-prop/server/reactProps.js' {
149+
declare module.exports: $Exports<'is-react-prop/server/reactProps'>;
39150
}

0 commit comments

Comments
 (0)