-
Notifications
You must be signed in to change notification settings - Fork 88
Commit 8788d68
committed
fix(Flow Types): Currently options are an all or nothing parameter. Split the Options type to OptionParams and Options so that properties can be independently specified in options
1 parent 178d9cb commit 8788d68
3 files changed
+1190
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
6 | + | ||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
5 | 19 |
| |
6 | 20 |
| |
7 | 21 |
| |
8 | 22 |
| |
9 | - | ||
23 | + | ||
10 | 24 |
| |
11 | 25 |
| |
12 | 26 |
| |
|
0 commit comments