11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` MereProps Order: MereProps Order 1` ] = `
4- "import { createVNode as _createVNode } from \\ "vue\\ ";
5- import { mergeProps as _mergeProps } from \\ "vue\\ ";
6- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
4+ "import { createVNode as _createVNode , mergeProps as _mergeProps , createTextVNode as _createTextVNode } from \\ "vue\\ ";
75
86_createVNode(\\ "button\\ ", _mergeProps({
97 \\" loading\\ " : true
@@ -27,24 +25,19 @@ createVNode('div', null, ['Without JSX should work']);"
2725` ;
2826
2927exports [` Without props: Without props 1` ] = `
30- "import { createVNode as _createVNode } from \\ "vue\\ ";
31- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
28+ "import { createVNode as _createVNode , createTextVNode as _createTextVNode } from \\ "vue\\ ";
3229
3330_createVNode(\\ "a\\ ", null, [_createTextVNode(\\ "a\\ ")]);"
3431` ;
3532
3633exports [` custom directive: custom directive 1` ] = `
37- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
38- import { createVNode as _createVNode } from \\ "vue\\ ";
39- import { resolveDirective as _resolveDirective } from \\ "vue\\ ";
40- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
34+ "import { withDirectives as _withDirectives , createVNode as _createVNode , resolveDirective as _resolveDirective , resolveComponent as _resolveComponent } from \\ "vue\\ ";
4135
4236_withDirectives(_createVNode(_resolveComponent(\\ "A\\ "), null, null, 512), [[_resolveDirective(\\ "cus\\ "), x]]);"
4337` ;
4438
4539exports [` disable object slot syntax with defaultSlot: defaultSlot 1` ] = `
46- "import { createVNode as _createVNode } from \\ "vue\\ ";
47- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
40+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
4841
4942_createVNode(_resolveComponent(\\ "Badge\\ "), null, {
5043 default : () => [slots .default ()],
@@ -53,9 +46,7 @@ _createVNode(_resolveComponent(\\"Badge\\"), null, {
5346` ;
5447
5548exports [` dynamic type in input: dynamic type in input 1` ] = `
56- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
57- import { createVNode as _createVNode } from \\ "vue\\ ";
58- import { vModelDynamic as _vModelDynamic } from \\ "vue\\ ";
49+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelDynamic as _vModelDynamic } from \\ "vue\\ ";
5950
6051_withDirectives(_createVNode(\\ "input\\ ", {
6152 \\" type\\ " : type ,
@@ -64,9 +55,7 @@ _withDirectives(_createVNode(\\"input\\", {
6455` ;
6556
6657exports [` input[type="checkbox"]: input[type="checkbox"] 1` ] = `
67- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
68- import { createVNode as _createVNode } from \\ "vue\\ ";
69- import { vModelCheckbox as _vModelCheckbox } from \\ "vue\\ ";
58+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelCheckbox as _vModelCheckbox } from \\ "vue\\ ";
7059
7160_withDirectives(_createVNode(\\ "input\\ ", {
7261 \\" type\\ " : \\" checkbox\\ " ,
@@ -75,10 +64,7 @@ _withDirectives(_createVNode(\\"input\\", {
7564` ;
7665
7766exports [` input[type="radio"]: input[type="radio"] 1` ] = `
78- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
79- import { createVNode as _createVNode } from \\ "vue\\ ";
80- import { vModelRadio as _vModelRadio } from \\ "vue\\ ";
81- import { Fragment as _Fragment } from \\ "vue\\ ";
67+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelRadio as _vModelRadio , Fragment as _Fragment } from \\ "vue\\ ";
8268
8369_createVNode(_Fragment, null, [_withDirectives(_createVNode(\\ "input\\ ", {
8470 \\" type\\ " : \\" radio\\ " ,
@@ -94,9 +80,7 @@ _createVNode(_Fragment, null, [_withDirectives(_createVNode(\\"input\\", {
9480` ;
9581
9682exports [` input[type="text"] .lazy modifier: input[type="text"] .lazy modifier 1` ] = `
97- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
98- import { createVNode as _createVNode } from \\ "vue\\ ";
99- import { vModelText as _vModelText } from \\ "vue\\ ";
83+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelText as _vModelText } from \\ "vue\\ ";
10084
10185_withDirectives(_createVNode(\\ "input\\ ", {
10286 \\" onUpdate:modelValue\\ " : $event => test = $event
@@ -106,18 +90,15 @@ _withDirectives(_createVNode(\\"input\\", {
10690` ;
10791
10892exports [` input[type="text"]: input[type="text"] 1` ] = `
109- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
110- import { createVNode as _createVNode } from \\ "vue\\ ";
111- import { vModelText as _vModelText } from \\ "vue\\ ";
93+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelText as _vModelText } from \\ "vue\\ ";
11294
11395_withDirectives(_createVNode(\\ "input\\ ", {
11496 \\" onUpdate:modelValue\\ " : $event => test = $event
11597} , null, 8, [\\ "onUpdate:modelValue\\ "]), [[_vModelText, test]]);"
11698` ;
11799
118100exports [` override props multiple: multiple 1` ] = `
119- "import { createVNode as _createVNode } from \\ "vue\\ ";
120- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
101+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
121102
122103_createVNode(_resolveComponent(\\ "A\\ "), {
123104 \\" loading\\ " : true ,
@@ -138,8 +119,7 @@ _createVNode(\\"div\\", a, null);"
138119` ;
139120
140121exports [` passing object slots via JSX children multiple expressions: multiple expressions 1` ] = `
141- "import { createVNode as _createVNode } from \\ "vue\\ ";
142- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
122+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
143123
144124_createVNode(_resolveComponent(\\ "A\\ "), null, {
145125 default : () => [foo , bar ],
@@ -148,20 +128,17 @@ _createVNode(_resolveComponent(\\"A\\"), null, {
148128` ;
149129
150130exports [` passing object slots via JSX children single expression, function expression: single expression, function expression 1` ] = `
151- "import { createVNode as _createVNode } from \\ "vue\\ ";
152- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
131+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
153132
154133_createVNode(_resolveComponent(\\ "A\\ "), null, {
155134 default : () => \\" foo\\ "
156135} );"
157136` ;
158137
159138exports [` passing object slots via JSX children single expression, non-literal value: runtime check: single expression, non-literal value: runtime check 1` ] = `
160- "import { createVNode as _createVNode } from \\ "vue\\ ";
161- import { isVNode as _isVNode } from \\ "vue\\ ";
162- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
139+ "let _slot;
163140
164- let _slot ;
141+ import { createVNode as _createVNode , isVNode as _isVNode , resolveComponent as _resolveComponent } from \\ "vue \\ " ;
165142
166143function _isSlot(s) {
167144 return typeof s === ' function' || Object .prototype .toString .call (s ) === ' [object Object]' && ! _isVNode (s );
@@ -176,8 +153,7 @@ _createVNode(_resolveComponent(\\"A\\"), null, _isSlot(_slot = foo()) ? _slot :
176153` ;
177154
178155exports [` reassign variable as component: reassign variable as component 1` ] = `
179- "import { isVNode as _isVNode } from \\ "vue\\ ";
180- import { createVNode as _createVNode } from \\ "vue\\ ";
156+ "import { isVNode as _isVNode , createVNode as _createVNode } from \\ "vue\\ ";
181157import { defineComponent } from 'vue';
182158
183159function _isSlot(s) {
@@ -207,10 +183,7 @@ a = _createVNode(A, null, _isSlot(a) ? a : {
207183` ;
208184
209185exports [` select: select 1` ] = `
210- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
211- import { vModelSelect as _vModelSelect } from \\ "vue\\ ";
212- import { createVNode as _createVNode } from \\ "vue\\ ";
213- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
186+ "import { withDirectives as _withDirectives , vModelSelect as _vModelSelect , createVNode as _createVNode , createTextVNode as _createTextVNode } from \\ "vue\\ ";
214187
215188_withDirectives(_createVNode(\\ "select\\ ", {
216189 \\" onUpdate:modelValue\\ " : $event => test = $event
@@ -224,16 +197,14 @@ _withDirectives(_createVNode(\\"select\\", {
224197` ;
225198
226199exports [` should keep \` import * as Vue from "vue"\` : should keep \` import * as Vue from "vue"\` 1` ] = `
227- "import { createVNode as _createVNode } from \\ "vue\\ ";
228- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
200+ "import { createVNode as _createVNode , createTextVNode as _createTextVNode } from \\ "vue\\ ";
229201import * as Vue from 'vue';
230202
231203_createVNode(\\ "div\\ ", null, [_createTextVNode(\\ "Vue\\ ")]);"
232204` ;
233205
234206exports [` single no need for a mergeProps call: single no need for a mergeProps call 1` ] = `
235- "import { createVNode as _createVNode } from \\ "vue\\ ";
236- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
207+ "import { createVNode as _createVNode , createTextVNode as _createTextVNode } from \\ "vue\\ ";
237208
238209_createVNode(\\ "div\\ ", x, [_createTextVNode(\\ "single\\ ")], 16);"
239210` ;
@@ -247,18 +218,15 @@ _createVNode(_Fragment, null, null);"
247218` ;
248219
249220exports [` textarea: textarea 1` ] = `
250- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
251- import { createVNode as _createVNode } from \\ "vue\\ ";
252- import { vModelText as _vModelText } from \\ "vue\\ ";
221+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vModelText as _vModelText } from \\ "vue\\ ";
253222
254223_withDirectives(_createVNode(\\ "textarea\\ ", {
255224 \\" onUpdate:modelValue\\ " : $event => test = $event
256225} , null, 8, [\\ "onUpdate:modelValue\\ "]), [[_vModelText, test]]);"
257226` ;
258227
259228exports [` use "model" as the prop name: use "model" as the prop name 1` ] = `
260- "import { createVNode as _createVNode } from \\ "vue\\ ";
261- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
229+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
262230
263231_createVNode(_resolveComponent(\\ "C\\ "), {
264232 \\" model\\ " : foo ,
@@ -267,10 +235,7 @@ _createVNode(_resolveComponent(\\"C\\"), {
267235` ;
268236
269237exports [` v-show: v-show 1` ] = `
270- "import { withDirectives as _withDirectives } from \\ "vue\\ ";
271- import { createVNode as _createVNode } from \\ "vue\\ ";
272- import { vShow as _vShow } from \\ "vue\\ ";
273- import { createTextVNode as _createTextVNode } from \\ "vue\\ ";
238+ "import { withDirectives as _withDirectives , createVNode as _createVNode , vShow as _vShow , createTextVNode as _createTextVNode } from \\ "vue\\ ";
274239
275240_withDirectives(_createVNode(\\ "div\\ ", null, [_createTextVNode(\\ "vShow\\ ")], 512), [[_vShow, x]]);"
276241` ;
@@ -284,8 +249,7 @@ _createVNode(\\"h1\\", {
284249` ;
285250
286251exports [` vModels: vModels 1` ] = `
287- "import { createVNode as _createVNode } from \\ "vue\\ ";
288- import { resolveComponent as _resolveComponent } from \\ "vue\\ ";
252+ "import { createVNode as _createVNode , resolveComponent as _resolveComponent } from \\ "vue\\ ";
289253
290254_createVNode(_resolveComponent(\\ "C\\ "), {
291255 \\" modelValue\\ " : foo ,
0 commit comments