@@ -7,7 +7,19 @@ const t0 = _template("<div></div>")
7
7
export function render(_ctx) {
8
8
const n0 = t0 ()
9
9
_setInheritAttrs ([" foo-bar" ])
10
- _renderEffect (() => _setAttr (n0 , " foo-bar" , _ctx .id , true ))
10
+ _renderEffect (() => _setAttr (n0 , " foo-bar" , _ctx .id ))
11
+ return n0
12
+ } "
13
+ ` ;
14
+
15
+ exports [` compiler v-bind > .attr modifier w/ innerHTML 1` ] = `
16
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setAttr as _setAttr , template as _template } from 'vue/vapor';
17
+ const t0 = _template("<div ></div >")
18
+
19
+ export function render(_ctx) {
20
+ const n0 = t0 ()
21
+ _setInheritAttrs ([" innerHTML" ])
22
+ _renderEffect (() => _setAttr (n0 , " innerHTML" , _ctx .foo ))
11
23
return n0
12
24
} "
13
25
` ;
@@ -19,7 +31,43 @@ const t0 = _template("<div></div>")
19
31
export function render(_ctx) {
20
32
const n0 = t0 ()
21
33
_setInheritAttrs ([" foo-bar" ])
22
- _renderEffect (() => _setAttr (n0 , " foo-bar" , _ctx .fooBar , true ))
34
+ _renderEffect (() => _setAttr (n0 , " foo-bar" , _ctx .fooBar ))
35
+ return n0
36
+ } "
37
+ ` ;
38
+
39
+ exports [` compiler v-bind > .attr modifier w/ progress value 1` ] = `
40
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setAttr as _setAttr , template as _template } from 'vue/vapor';
41
+ const t0 = _template("<progress ></progress >")
42
+
43
+ export function render(_ctx) {
44
+ const n0 = t0 ()
45
+ _setInheritAttrs ([" value" ])
46
+ _renderEffect (() => _setAttr (n0 , " value" , _ctx .foo ))
47
+ return n0
48
+ } "
49
+ ` ;
50
+
51
+ exports [` compiler v-bind > .attr modifier w/ textContent 1` ] = `
52
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setAttr as _setAttr , template as _template } from 'vue/vapor';
53
+ const t0 = _template("<div ></div >")
54
+
55
+ export function render(_ctx) {
56
+ const n0 = t0 ()
57
+ _setInheritAttrs ([" textContent" ])
58
+ _renderEffect (() => _setAttr (n0 , " textContent" , _ctx .foo ))
59
+ return n0
60
+ } "
61
+ ` ;
62
+
63
+ exports [` compiler v-bind > .attr modifier w/ value 1` ] = `
64
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setAttr as _setAttr , template as _template } from 'vue/vapor';
65
+ const t0 = _template("<div ></div >")
66
+
67
+ export function render(_ctx) {
68
+ const n0 = t0 ()
69
+ _setInheritAttrs ([" value" ])
70
+ _renderEffect (() => _setAttr (n0 , " value" , _ctx .foo ))
23
71
return n0
24
72
} "
25
73
` ;
@@ -31,7 +79,7 @@ const t0 = _template("<div></div>")
31
79
export function render(_ctx) {
32
80
const n0 = t0 ()
33
81
_setInheritAttrs ([" fooBar" ])
34
- _renderEffect (() => _setDynamicProp (n0 , " fooBar" , _ctx .id , true ))
82
+ _renderEffect (() => _setDynamicProp (n0 , " fooBar" , _ctx .id ))
35
83
return n0
36
84
} "
37
85
` ;
@@ -56,31 +104,79 @@ const t0 = _template("<div></div>")
56
104
export function render(_ctx) {
57
105
const n0 = t0 ()
58
106
_setInheritAttrs ([" fooBar" ])
59
- _renderEffect (() => _setDynamicProp (n0 , " fooBar" , _ctx .fooBar , true ))
107
+ _renderEffect (() => _setDynamicProp (n0 , " fooBar" , _ctx .fooBar ))
60
108
return n0
61
109
} "
62
110
` ;
63
111
64
- exports [` compiler v-bind > .prop modifier (shortband) w/ no expression 1` ] = `
112
+ exports [` compiler v-bind > .prop modifier (shorthand) 1` ] = `
65
113
"import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDOMProp as _setDOMProp , template as _template } from 'vue/vapor';
66
114
const t0 = _template("<div ></div >")
67
115
68
116
export function render(_ctx) {
69
117
const n0 = t0 ()
70
118
_setInheritAttrs ([" fooBar" ])
71
- _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .fooBar , true ))
119
+ _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .id ))
72
120
return n0
73
121
} "
74
122
` ;
75
123
76
- exports [` compiler v-bind > .prop modifier (shorthand) 1` ] = `
124
+ exports [` compiler v-bind > .prop modifier (shorthand) w/ innerHTML 1` ] = `
125
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setHtml as _setHtml , template as _template } from 'vue/vapor';
126
+ const t0 = _template("<div ></div >")
127
+
128
+ export function render(_ctx) {
129
+ const n0 = t0 ()
130
+ _setInheritAttrs ([" innerHTML" ])
131
+ _renderEffect (() => _setHtml (n0 , _ctx .foo ))
132
+ return n0
133
+ } "
134
+ ` ;
135
+
136
+ exports [` compiler v-bind > .prop modifier (shorthand) w/ no expression 1` ] = `
77
137
"import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDOMProp as _setDOMProp , template as _template } from 'vue/vapor';
78
138
const t0 = _template("<div ></div >")
79
139
80
140
export function render(_ctx) {
81
141
const n0 = t0 ()
82
142
_setInheritAttrs ([" fooBar" ])
83
- _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .id , true ))
143
+ _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .fooBar ))
144
+ return n0
145
+ } "
146
+ ` ;
147
+
148
+ exports [` compiler v-bind > .prop modifier (shorthand) w/ progress value 1` ] = `
149
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDOMProp as _setDOMProp , template as _template } from 'vue/vapor';
150
+ const t0 = _template("<progress ></progress >")
151
+
152
+ export function render(_ctx) {
153
+ const n0 = t0 ()
154
+ _setInheritAttrs ([" value" ])
155
+ _renderEffect (() => _setDOMProp (n0 , " value" , _ctx .foo ))
156
+ return n0
157
+ } "
158
+ ` ;
159
+
160
+ exports [` compiler v-bind > .prop modifier (shorthand) w/ textContent 1` ] = `
161
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setText as _setText , template as _template } from 'vue/vapor';
162
+ const t0 = _template("<div ></div >")
163
+
164
+ export function render(_ctx) {
165
+ const n0 = t0 ()
166
+ _setInheritAttrs ([" textContent" ])
167
+ _renderEffect (() => _setText (n0 , _ctx .foo ))
168
+ return n0
169
+ } "
170
+ ` ;
171
+
172
+ exports [` compiler v-bind > .prop modifier (shorthand) w/ value 1` ] = `
173
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setValue as _setValue , template as _template } from 'vue/vapor';
174
+ const t0 = _template("<div ></div >")
175
+
176
+ export function render(_ctx) {
177
+ const n0 = t0 ()
178
+ _setInheritAttrs ([" value" ])
179
+ _renderEffect (() => _setValue (n0 , _ctx .foo ))
84
180
return n0
85
181
} "
86
182
` ;
@@ -92,7 +188,7 @@ const t0 = _template("<div></div>")
92
188
export function render(_ctx) {
93
189
const n0 = t0 ()
94
190
_setInheritAttrs ([" fooBar" ])
95
- _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .id , true ))
191
+ _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .id ))
96
192
return n0
97
193
} "
98
194
` ;
@@ -109,14 +205,110 @@ export function render(_ctx) {
109
205
} "
110
206
` ;
111
207
208
+ exports [` compiler v-bind > .prop modifier w/ innerHTML 1` ] = `
209
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setHtml as _setHtml , template as _template } from 'vue/vapor';
210
+ const t0 = _template("<div ></div >")
211
+
212
+ export function render(_ctx) {
213
+ const n0 = t0 ()
214
+ _setInheritAttrs ([" innerHTML" ])
215
+ _renderEffect (() => _setHtml (n0 , _ctx .foo ))
216
+ return n0
217
+ } "
218
+ ` ;
219
+
112
220
exports [` compiler v-bind > .prop modifier w/ no expression 1` ] = `
113
221
"import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDOMProp as _setDOMProp , template as _template } from 'vue/vapor';
114
222
const t0 = _template("<div ></div >")
115
223
116
224
export function render(_ctx) {
117
225
const n0 = t0 ()
118
226
_setInheritAttrs ([" fooBar" ])
119
- _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .fooBar , true ))
227
+ _renderEffect (() => _setDOMProp (n0 , " fooBar" , _ctx .fooBar ))
228
+ return n0
229
+ } "
230
+ ` ;
231
+
232
+ exports [` compiler v-bind > .prop modifier w/ progress value 1` ] = `
233
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDOMProp as _setDOMProp , template as _template } from 'vue/vapor';
234
+ const t0 = _template("<progress ></progress >")
235
+
236
+ export function render(_ctx) {
237
+ const n0 = t0 ()
238
+ _setInheritAttrs ([" value" ])
239
+ _renderEffect (() => _setDOMProp (n0 , " value" , _ctx .foo ))
240
+ return n0
241
+ } "
242
+ ` ;
243
+
244
+ exports [` compiler v-bind > .prop modifier w/ textContent 1` ] = `
245
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setText as _setText , template as _template } from 'vue/vapor';
246
+ const t0 = _template("<div ></div >")
247
+
248
+ export function render(_ctx) {
249
+ const n0 = t0 ()
250
+ _setInheritAttrs ([" textContent" ])
251
+ _renderEffect (() => _setText (n0 , _ctx .foo ))
252
+ return n0
253
+ } "
254
+ ` ;
255
+
256
+ exports [` compiler v-bind > .prop modifier w/ value 1` ] = `
257
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setValue as _setValue , template as _template } from 'vue/vapor';
258
+ const t0 = _template("<div ></div >")
259
+
260
+ export function render(_ctx) {
261
+ const n0 = t0 ()
262
+ _setInheritAttrs ([" value" ])
263
+ _renderEffect (() => _setValue (n0 , _ctx .foo ))
264
+ return n0
265
+ } "
266
+ ` ;
267
+
268
+ exports [` compiler v-bind > :innerHTML 1` ] = `
269
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setHtml as _setHtml , template as _template } from 'vue/vapor';
270
+ const t0 = _template("<div ></div >")
271
+
272
+ export function render(_ctx) {
273
+ const n0 = t0 ()
274
+ _setInheritAttrs ([" innerHTML" ])
275
+ _renderEffect (() => _setHtml (n0 , _ctx .foo ))
276
+ return n0
277
+ } "
278
+ ` ;
279
+
280
+ exports [` compiler v-bind > :textContext 1` ] = `
281
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setText as _setText , template as _template } from 'vue/vapor';
282
+ const t0 = _template("<div ></div >")
283
+
284
+ export function render(_ctx) {
285
+ const n0 = t0 ()
286
+ _setInheritAttrs ([" textContent" ])
287
+ _renderEffect (() => _setText (n0 , _ctx .foo ))
288
+ return n0
289
+ } "
290
+ ` ;
291
+
292
+ exports [` compiler v-bind > :value 1` ] = `
293
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setValue as _setValue , template as _template } from 'vue/vapor';
294
+ const t0 = _template("<input >")
295
+
296
+ export function render(_ctx) {
297
+ const n0 = t0 ()
298
+ _setInheritAttrs ([" value" ])
299
+ _renderEffect (() => _setValue (n0 , _ctx .foo ))
300
+ return n0
301
+ } "
302
+ `;
303
+
304
+ exports[`compiler v-bind > :value w/ progress 1`] = `
305
+ "import { setInheritAttrs as _setInheritAttrs , renderEffect as _renderEffect , setDynamicProp as _setDynamicProp , template as _template } from 'vue/vapor';
306
+ const t0 = _template("<progress ></progress >")
307
+
308
+ export function render(_ctx) {
309
+ const n0 = t0 ()
310
+ _setInheritAttrs ([" value" ])
311
+ _renderEffect (() => _setDynamicProp (n0 , " value" , _ctx .foo ))
120
312
return n0
121
313
} "
122
314
`;
@@ -128,11 +320,11 @@ const t0 = _template("<div></div>")
128
320
export function render(_ctx) {
129
321
const n0 = t0 ()
130
322
_setInheritAttrs ([" id" , " title" , " lang" , " dir" , " tabindex" ])
131
- _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id , true ))
132
- _renderEffect (() => _setDOMProp (n0 , " title" , _ctx .title , true ))
133
- _renderEffect (() => _setDOMProp (n0 , " lang" , _ctx .lang , true ))
134
- _renderEffect (() => _setDOMProp (n0 , " dir" , _ctx .dir , true ))
135
- _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex , true ))
323
+ _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id ))
324
+ _renderEffect (() => _setDOMProp (n0 , " title" , _ctx .title ))
325
+ _renderEffect (() => _setDOMProp (n0 , " lang" , _ctx .lang ))
326
+ _renderEffect (() => _setDOMProp (n0 , " dir" , _ctx .dir ))
327
+ _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex ))
136
328
return n0
137
329
} "
138
330
`;
@@ -144,11 +336,11 @@ const t0 = _template("<math></math>")
144
336
export function render(_ctx) {
145
337
const n0 = t0 ()
146
338
_setInheritAttrs ([" autofucus" , " dir" , " displaystyle" , " mathcolor" , " tabindex" ])
147
- _renderEffect (() => _setDOMProp (n0 , " autofucus" , _ctx .autofucus , true ))
148
- _renderEffect (() => _setDOMProp (n0 , " dir" , _ctx .dir , true ))
149
- _renderEffect (() => _setDOMProp (n0 , " displaystyle" , _ctx .displaystyle , true ))
150
- _renderEffect (() => _setDOMProp (n0 , " mathcolor" , _ctx .mathcolor , true ))
151
- _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex , true ))
339
+ _renderEffect (() => _setDOMProp (n0 , " autofucus" , _ctx .autofucus ))
340
+ _renderEffect (() => _setDOMProp (n0 , " dir" , _ctx .dir ))
341
+ _renderEffect (() => _setDOMProp (n0 , " displaystyle" , _ctx .displaystyle ))
342
+ _renderEffect (() => _setDOMProp (n0 , " mathcolor" , _ctx .mathcolor ))
343
+ _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex ))
152
344
return n0
153
345
} "
154
346
`;
@@ -160,9 +352,9 @@ const t0 = _template("<svg></svg>")
160
352
export function render(_ctx) {
161
353
const n0 = t0 ()
162
354
_setInheritAttrs ([" id" , " lang" , " tabindex" ])
163
- _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id , true ))
164
- _renderEffect (() => _setDOMProp (n0 , " lang" , _ctx .lang , true ))
165
- _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex , true ))
355
+ _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id ))
356
+ _renderEffect (() => _setDOMProp (n0 , " lang" , _ctx .lang ))
357
+ _renderEffect (() => _setDOMProp (n0 , " tabindex" , _ctx .tabindex ))
166
358
return n0
167
359
} "
168
360
`;
@@ -214,7 +406,7 @@ const t0 = _template("<div></div>")
214
406
export function render(_ctx) {
215
407
const n0 = t0 ()
216
408
_setInheritAttrs ([" id" ])
217
- _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id , true ))
409
+ _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id ))
218
410
return n0
219
411
} "
220
412
`;
@@ -250,7 +442,7 @@ const t0 = _template("<div></div>")
250
442
export function render(_ctx) {
251
443
const n0 = t0 ()
252
444
_setInheritAttrs ([" camel-case" ])
253
- _renderEffect (() => _setDynamicProp (n0 , " camel-case" , _ctx .camelCase , true ))
445
+ _renderEffect (() => _setDynamicProp (n0 , " camel-case" , _ctx .camelCase ))
254
446
return n0
255
447
} "
256
448
`;
@@ -262,7 +454,7 @@ const t0 = _template("<div></div>")
262
454
export function render(_ctx) {
263
455
const n0 = t0 ()
264
456
_setInheritAttrs ([" id" ])
265
- _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id , true ))
457
+ _renderEffect (() => _setDOMProp (n0 , " id" , _ctx .id ))
266
458
return n0
267
459
} "
268
460
`;
0 commit comments