@@ -10,7 +10,6 @@ export default test({
10
10
readonly:
11
11
readonlyWithDefault: 1
12
12
binding:
13
- bindingWithDefault: 1
14
13
</p>
15
14
<button>set bindings to 5</button>
16
15
<button>set bindings to undefined</button>
@@ -20,27 +19,24 @@ export default test({
20
19
readonly: 0
21
20
readonlyWithDefault: 0
22
21
binding: 0
23
- bindingWithDefault: 0
24
22
</p>
25
23
<button>set bindings to 5</button>
26
24
<button>set bindings to undefined</button>
27
-
25
+
28
26
<p>bindings undefined:</p>
29
27
<p>
30
28
readonly:
31
29
readonlyWithDefault: 1
32
30
binding:
33
- bindingWithDefault: 1
34
31
</p>
35
32
<button>set bindings to 5</button>
36
33
<button>set bindings to undefined</button>
37
-
34
+
38
35
<p>bindings defined:</p>
39
36
<p>
40
37
readonly: 0
41
38
readonlyWithDefault: 0
42
39
binding: 0
43
- bindingWithDefault: 0
44
40
</p>
45
41
<button>set bindings to 5</button>
46
42
<button>set bindings to undefined</button>
@@ -50,19 +46,13 @@ export default test({
50
46
readonly_undefined:
51
47
readonlyWithDefault_undefined:
52
48
binding_undefined:
53
- bindingWithDefault_undefined:
54
49
readonly_defined: 0
55
50
readonlyWithDefault_defined: 0
56
51
binding_defined: 0
57
- bindingWithDefault_defined: 0
58
52
bind_readonly_undefined:
59
- bind_readonlyWithDefault_undefined: 1
60
53
bind_binding_undefined:
61
- bind_bindingWithDefault_undefined: 1
62
54
bind_readonly_defined: 0
63
- bind_readonlyWithDefault_defined: 0
64
55
bind_binding_defined: 0
65
- bind_bindingWithDefault_defined: 0
66
56
</p>
67
57
68
58
<button>set everything to 10</button>
@@ -93,64 +83,54 @@ export default test({
93
83
`
94
84
<p>props undefined:</p>
95
85
<p>
96
- readonly:
86
+ readonly:
97
87
readonlyWithDefault: 1
98
88
binding:
99
- bindingWithDefault:
100
89
</p>
101
90
<button>set bindings to 5</button>
102
91
<button>set bindings to undefined</button>
103
-
92
+
104
93
<p>props defined:</p>
105
94
<p>
106
95
readonly: 0
107
96
readonlyWithDefault: 0
108
97
binding:
109
- bindingWithDefault:
110
98
</p>
111
99
<button>set bindings to 5</button>
112
100
<button>set bindings to undefined</button>
113
-
101
+
114
102
<p>bindings undefined:</p>
115
103
<p>
116
104
readonly:
117
105
readonlyWithDefault: 1
118
106
binding:
119
- bindingWithDefault:
120
107
</p>
121
108
<button>set bindings to 5</button>
122
109
<button>set bindings to undefined</button>
123
-
110
+
124
111
<p>bindings defined:</p>
125
112
<p>
126
113
readonly: 0
127
114
readonlyWithDefault: 0
128
115
binding:
129
- bindingWithDefault:
130
116
</p>
131
117
<button>set bindings to 5</button>
132
118
<button>set bindings to undefined</button>
133
-
119
+
134
120
<p>
135
121
Main:
136
122
readonly_undefined:
137
123
readonlyWithDefault_undefined:
138
124
binding_undefined:
139
- bindingWithDefault_undefined:
140
125
readonly_defined: 0
141
126
readonlyWithDefault_defined: 0
142
127
binding_defined: 0
143
- bindingWithDefault_defined: 0
144
128
bind_readonly_undefined:
145
- bind_readonlyWithDefault_undefined: 1
146
129
bind_binding_undefined:
147
- bind_bindingWithDefault_undefined:
148
130
bind_readonly_defined: 0
149
- bind_readonlyWithDefault_defined: 0
150
131
bind_binding_defined:
151
- bind_bindingWithDefault_defined:
152
132
</p>
153
-
133
+
154
134
<button>set everything to 10</button>
155
135
<button>set everything to undefined</button>
156
136
`
@@ -169,61 +149,51 @@ export default test({
169
149
readonly:
170
150
readonlyWithDefault: 1
171
151
binding: 5
172
- bindingWithDefault: 5
173
152
</p>
174
153
<button>set bindings to 5</button>
175
154
<button>set bindings to undefined</button>
176
-
155
+
177
156
<p>props defined:</p>
178
157
<p>
179
158
readonly: 0
180
159
readonlyWithDefault: 0
181
160
binding: 5
182
- bindingWithDefault: 5
183
161
</p>
184
162
<button>set bindings to 5</button>
185
163
<button>set bindings to undefined</button>
186
-
164
+
187
165
<p>bindings undefined:</p>
188
166
<p>
189
167
readonly:
190
168
readonlyWithDefault: 1
191
169
binding: 5
192
- bindingWithDefault: 5
193
170
</p>
194
171
<button>set bindings to 5</button>
195
172
<button>set bindings to undefined</button>
196
-
173
+
197
174
<p>bindings defined:</p>
198
175
<p>
199
176
readonly: 0
200
177
readonlyWithDefault: 0
201
178
binding: 5
202
- bindingWithDefault: 5
203
179
</p>
204
180
<button>set bindings to 5</button>
205
181
<button>set bindings to undefined</button>
206
-
182
+
207
183
<p>
208
184
Main:
209
185
readonly_undefined:
210
186
readonlyWithDefault_undefined:
211
187
binding_undefined:
212
- bindingWithDefault_undefined:
213
188
readonly_defined: 0
214
189
readonlyWithDefault_defined: 0
215
190
binding_defined: 0
216
- bindingWithDefault_defined: 0
217
191
bind_readonly_undefined:
218
- bind_readonlyWithDefault_undefined: 1
219
192
bind_binding_undefined: 5
220
- bind_bindingWithDefault_undefined: 5
221
193
bind_readonly_defined: 0
222
- bind_readonlyWithDefault_defined: 0
223
194
bind_binding_defined: 5
224
- bind_bindingWithDefault_defined: 5
225
195
</p>
226
-
196
+
227
197
<button>set everything to 10</button>
228
198
<button>set everything to undefined</button>
229
199
`
@@ -239,61 +209,51 @@ export default test({
239
209
readonly: 10
240
210
readonlyWithDefault: 10
241
211
binding: 10
242
- bindingWithDefault: 10
243
212
</p>
244
213
<button>set bindings to 5</button>
245
214
<button>set bindings to undefined</button>
246
-
215
+
247
216
<p>props defined:</p>
248
217
<p>
249
218
readonly: 10
250
219
readonlyWithDefault: 10
251
220
binding: 10
252
- bindingWithDefault: 10
253
221
</p>
254
222
<button>set bindings to 5</button>
255
223
<button>set bindings to undefined</button>
256
-
224
+
257
225
<p>bindings undefined:</p>
258
226
<p>
259
227
readonly: 10
260
228
readonlyWithDefault: 10
261
229
binding: 10
262
- bindingWithDefault: 10
263
230
</p>
264
231
<button>set bindings to 5</button>
265
232
<button>set bindings to undefined</button>
266
-
233
+
267
234
<p>bindings defined:</p>
268
235
<p>
269
236
readonly: 10
270
237
readonlyWithDefault: 10
271
238
binding: 10
272
- bindingWithDefault: 10
273
239
</p>
274
240
<button>set bindings to 5</button>
275
241
<button>set bindings to undefined</button>
276
-
242
+
277
243
<p>
278
244
Main:
279
245
readonly_undefined: 10
280
246
readonlyWithDefault_undefined: 10
281
247
binding_undefined: 10
282
- bindingWithDefault_undefined: 10
283
248
readonly_defined: 10
284
249
readonlyWithDefault_defined: 10
285
250
binding_defined: 10
286
- bindingWithDefault_defined: 10
287
251
bind_readonly_undefined: 10
288
- bind_readonlyWithDefault_undefined: 10
289
252
bind_binding_undefined: 10
290
- bind_bindingWithDefault_undefined: 10
291
253
bind_readonly_defined: 10
292
- bind_readonlyWithDefault_defined: 10
293
254
bind_binding_defined: 10
294
- bind_bindingWithDefault_defined: 10
295
255
</p>
296
-
256
+
297
257
<button>set everything to 10</button>
298
258
<button>set everything to undefined</button>
299
259
`
@@ -309,61 +269,51 @@ export default test({
309
269
readonly:
310
270
readonlyWithDefault:
311
271
binding:
312
- bindingWithDefault:
313
272
</p>
314
273
<button>set bindings to 5</button>
315
274
<button>set bindings to undefined</button>
316
-
275
+
317
276
<p>props defined:</p>
318
277
<p>
319
278
readonly:
320
279
readonlyWithDefault:
321
280
binding:
322
- bindingWithDefault:
323
281
</p>
324
282
<button>set bindings to 5</button>
325
283
<button>set bindings to undefined</button>
326
-
284
+
327
285
<p>bindings undefined:</p>
328
286
<p>
329
287
readonly:
330
288
readonlyWithDefault:
331
289
binding:
332
- bindingWithDefault:
333
290
</p>
334
291
<button>set bindings to 5</button>
335
292
<button>set bindings to undefined</button>
336
-
293
+
337
294
<p>bindings defined:</p>
338
295
<p>
339
296
readonly:
340
297
readonlyWithDefault:
341
298
binding:
342
- bindingWithDefault:
343
299
</p>
344
300
<button>set bindings to 5</button>
345
301
<button>set bindings to undefined</button>
346
-
302
+
347
303
<p>
348
304
Main:
349
305
readonly_undefined:
350
306
readonlyWithDefault_undefined:
351
307
binding_undefined:
352
- bindingWithDefault_undefined:
353
308
readonly_defined:
354
309
readonlyWithDefault_defined:
355
310
binding_defined:
356
- bindingWithDefault_defined:
357
311
bind_readonly_undefined:
358
- bind_readonlyWithDefault_undefined:
359
312
bind_binding_undefined:
360
- bind_bindingWithDefault_undefined:
361
313
bind_readonly_defined:
362
- bind_readonlyWithDefault_defined:
363
314
bind_binding_defined:
364
- bind_bindingWithDefault_defined:
365
315
</p>
366
-
316
+
367
317
<button>set everything to 10</button>
368
318
<button>set everything to undefined</button>
369
319
`
0 commit comments