1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` bsObject.js 1` ] = `
4
- "type nonrec 'a foo = < foo: int ;.. > Js.t as 'a
5
- type nonrec 'a foo = < foo: int > Js.t as 'a"
4
+ "type nonrec 'a foo = < foo: int ;.. > as 'a
5
+ type nonrec 'a foo = < foo: int > as 'a"
6
6
` ;
7
7
8
8
exports [` constructorDeclaration.js 1` ] = `
@@ -25,23 +25,23 @@ type nonrec t =
25
25
g : int ;
26
26
b : int ;
27
27
a : int }
28
- | JsColor of < gradient: int > Js.t
29
- | JsColor of < gradient: int > Js.t
30
- | JsColor of < gradient: int > Js.t
31
- | JsColor of < gradient: int [@attr ] > Js.t
32
- | JsColor of < gradient: int > Js.t * color
33
- | JsColor of < gradient: int > Js.t * color
34
- | JsColor of < gradient: int > Js.t * < hex: string > Js.t * int
35
- | JsColor of < gradient: int [@attr ] > Js.t * < hex: string [@attr ] >
36
- Js.t * int
37
- | JsT of < .. > Js.t
38
- | JsT of < gradient: int ;.. > Js.t
39
- | JsT of < gradient: int ;.. > Js.t
40
- | JsT of < gradient: int [@attr ] ;.. > Js.t
41
- | JsT of < gradient: int ;hex: string ;.. > Js.t *
42
- < gradient: int ;hex: string ;.. > Js.t
43
- | JsT of < gradient: int [@attr ] ;hex: string [@attr ] ;.. > Js.t *
44
- < gradient: int [@attr ] ;hex: string [@attr ] ;.. > Js.t
28
+ | JsColor of < gradient: int >
29
+ | JsColor of < gradient: int >
30
+ | JsColor of < gradient: int >
31
+ | JsColor of < gradient: int [@attr ] >
32
+ | JsColor of < gradient: int > * color
33
+ | JsColor of < gradient: int > * color
34
+ | JsColor of < gradient: int > * < hex: string > * int
35
+ | JsColor of < gradient: int [@attr ] > * < hex: string [@attr ] > *
36
+ int
37
+ | JsT of < .. >
38
+ | JsT of < gradient: int ;.. >
39
+ | JsT of < gradient: int ;.. >
40
+ | JsT of < gradient: int [@attr ] ;.. >
41
+ | JsT of < gradient: int ;hex: string ;.. > *
42
+ < gradient: int ;hex: string ;.. >
43
+ | JsT of < gradient: int [@attr ] ;hex: string [@attr ] ;.. > *
44
+ < gradient: int [@attr ] ;hex: string [@attr ] ;.. >
45
45
type nonrec t =
46
46
| Rgb: t
47
47
type nonrec t =
@@ -61,24 +61,24 @@ type nonrec t =
61
61
g : int ;
62
62
b : int ;
63
63
a : int } -> t
64
- | JsColor: < gradient: int > Js.t -> t
65
- | JsColor: < gradient: int > Js.t -> t
66
- | JsColor: < gradient: int > Js.t -> t
67
- | JsColor: < gradient: int > Js.t -> t
68
- | JsColor: < gradient: int [@attr ] > Js.t -> t
69
- | JsColor: < gradient: int > Js.t * color -> t
70
- | JsColor: < gradient: int > Js.t * color -> t
71
- | JsColor: < gradient: int > Js.t * < hex: string > Js.t * int -> t
72
- | JsT: < .. > Js.t -> t
73
- | JsT: < gradient: int ;.. > Js.t -> t
74
- | JsT: < gradient: int [@attr ] ;.. > Js.t -> t
75
- | JsT: < gradient: int ;.. > Js.t -> t
76
- | JsT: < gradient: int [@attr ] ;.. > Js.t -> t
77
- | JsT: < gradient: int ;.. > Js.t -> t
78
- | JsT: < gradient: int ;hex: string ;.. > Js.t *
79
- < gradient: int ;hex: string ;.. > Js.t -> t
80
- | JsT: < gradient: int [@attr ] ;hex: string [@attr ] ;.. > Js.t *
81
- < gradient: int [@attr ] ;hex: string [@attr ] ;.. > Js.t -> t
64
+ | JsColor: < gradient: int > -> t
65
+ | JsColor: < gradient: int > -> t
66
+ | JsColor: < gradient: int > -> t
67
+ | JsColor: < gradient: int > -> t
68
+ | JsColor: < gradient: int [@attr ] > -> t
69
+ | JsColor: < gradient: int > * color -> t
70
+ | JsColor: < gradient: int > * color -> t
71
+ | JsColor: < gradient: int > * < hex: string > * int -> t
72
+ | JsT: < .. > -> t
73
+ | JsT: < gradient: int ;.. > -> t
74
+ | JsT: < gradient: int [@attr ] ;.. > -> t
75
+ | JsT: < gradient: int ;.. > -> t
76
+ | JsT: < gradient: int [@attr ] ;.. > -> t
77
+ | JsT: < gradient: int ;.. > -> t
78
+ | JsT: < gradient: int ;hex: string ;.. > *
79
+ < gradient: int ;hex: string ;.. > -> t
80
+ | JsT: < gradient: int [@attr ] ;hex: string [@attr ] ;.. > *
81
+ < gradient: int [@attr ] ;hex: string [@attr ] ;.. > -> t
82
82
type nonrec t =
83
83
| EmptyColor [@attr ]
84
84
| White: grayscale -> ((t)[@onGadt ]) [@onConstr ]
@@ -214,18 +214,18 @@ type nonrec t = {
214
214
type nonrec t = {
215
215
mutable form : form ;
216
216
mutable answers : answers }
217
- type nonrec t = < age: int > Js.t
218
- type nonrec t = < .. > Js.t
219
- type nonrec t = < age: int > Js.t
220
- type nonrec t = < age: int ;.. > Js.t
221
- type nonrec t = < age: int ;name: string ;.. > Js.t
222
- type nonrec t = < age: int [@attr ] ;.. > Js.t
223
- type nonrec t = < age: int [@attr ] ;.. > Js.t
224
- type nonrec t = < age: int [@attr ] ;name: string [@attr ] ;.. > Js.t
225
- type nonrec t = < age: int [@attr ] > Js.t
226
- type nonrec t = < age: int [@attr ] > Js.t
227
- type nonrec t = < age: int [@attr ] ;name: string > Js.t
228
- type nonrec t = < age: int [@attr ] ;name: string [@attr2 ] > Js.t
217
+ type nonrec t = < age: int >
218
+ type nonrec t = < .. >
219
+ type nonrec t = < age: int >
220
+ type nonrec t = < age: int ;.. >
221
+ type nonrec t = < age: int ;name: string ;.. >
222
+ type nonrec t = < age: int [@attr ] ;.. >
223
+ type nonrec t = < age: int [@attr ] ;.. >
224
+ type nonrec t = < age: int [@attr ] ;name: string [@attr ] ;.. >
225
+ type nonrec t = < age: int [@attr ] >
226
+ type nonrec t = < age: int [@attr ] >
227
+ type nonrec t = < age: int [@attr ] ;name: string >
228
+ type nonrec t = < age: int [@attr ] ;name: string [@attr2 ] >
229
229
type nonrec domProps =
230
230
{
231
231
label : string [@bs .optional ];
0 commit comments