2
2
3
3
exports [` scopeId compiler support should push scopeId for hoisted nodes 1` ] = `
4
4
"import { createVNode as _createVNode , toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId , pushScopeId as _pushScopeId , popScopeId as _popScopeId } from \\ "vue\\ "
5
- const _withId = _withScopeId(\\ "test\\ ")
5
+ const _withId = /*#__PURE__*/ _withScopeId(\\ "test\\ ")
6
6
7
7
_pushScopeId(\\ "test\\ ")
8
- const _hoisted_1 = _createVNode(\\ "div\\ ", null, \\ "hello\\ ", -1 /* HOISTED */)
9
- const _hoisted_2 = _createVNode(\\ "div\\ ", null, \\ "world\\ ", -1 /* HOISTED */)
8
+ const _hoisted_1 = /*#__PURE__*/ _createVNode(\\ "div\\ ", null, \\ "hello\\ ", -1 /* HOISTED */)
9
+ const _hoisted_2 = /*#__PURE__*/ _createVNode(\\ "div\\ ", null, \\ "world\\ ", -1 /* HOISTED */)
10
10
_popScopeId()
11
11
12
- export const render = _withId(function render(_ctx, _cache) {
12
+ export const render = /*#__PURE__*/ _withId(function render(_ctx, _cache) {
13
13
return (_openBlock (), _createBlock (\\" div\\ " , null , [
14
14
_hoisted_1 ,
15
15
_createTextVNode (_toDisplayString (_ctx .foo ), 1 /* TEXT */ ),
@@ -20,9 +20,9 @@ export const render = _withId(function render(_ctx, _cache) {
20
20
21
21
exports [` scopeId compiler support should wrap default slot 1` ] = `
22
22
"import { createVNode as _createVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
23
- const _withId = _withScopeId(\\ "test\\ ")
23
+ const _withId = /*#__PURE__*/ _withScopeId(\\ "test\\ ")
24
24
25
- export const render = _withId(function render(_ctx, _cache) {
25
+ export const render = /*#__PURE__*/ _withId(function render(_ctx, _cache) {
26
26
const _component_Child = _resolveComponent (\\" Child\\ " )
27
27
28
28
return (_openBlock (), _createBlock (_component_Child , null , {
@@ -36,9 +36,9 @@ export const render = _withId(function render(_ctx, _cache) {
36
36
37
37
exports [` scopeId compiler support should wrap dynamic slots 1` ] = `
38
38
"import { createVNode as _createVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , renderList as _renderList , createSlots as _createSlots , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
39
- const _withId = _withScopeId(\\ "test\\ ")
39
+ const _withId = /*#__PURE__*/ _withScopeId(\\ "test\\ ")
40
40
41
- export const render = _withId(function render(_ctx, _cache) {
41
+ export const render = /*#__PURE__*/ _withId(function render(_ctx, _cache) {
42
42
const _component_Child = _resolveComponent (\\" Child\\ " )
43
43
44
44
return (_openBlock (), _createBlock (_component_Child , null , _createSlots ({ _: 1 }, [
@@ -64,9 +64,9 @@ export const render = _withId(function render(_ctx, _cache) {
64
64
65
65
exports [` scopeId compiler support should wrap named slots 1` ] = `
66
66
"import { toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , createVNode as _createVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
67
- const _withId = _withScopeId(\\ "test\\ ")
67
+ const _withId = /*#__PURE__*/ _withScopeId(\\ "test\\ ")
68
68
69
- export const render = _withId(function render(_ctx, _cache) {
69
+ export const render = /*#__PURE__*/ _withId(function render(_ctx, _cache) {
70
70
const _component_Child = _resolveComponent (\\" Child\\ " )
71
71
72
72
return (_openBlock (), _createBlock (_component_Child , null , {
@@ -83,9 +83,9 @@ export const render = _withId(function render(_ctx, _cache) {
83
83
84
84
exports [` scopeId compiler support should wrap render function 1` ] = `
85
85
"import { createVNode as _createVNode , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
86
- const _withId = _withScopeId(\\ "test\\ ")
86
+ const _withId = /*#__PURE__*/ _withScopeId(\\ "test\\ ")
87
87
88
- export const render = _withId(function render(_ctx, _cache) {
88
+ export const render = /*#__PURE__*/ _withId(function render(_ctx, _cache) {
89
89
return (_openBlock (), _createBlock (\\" div\\ " ))
90
90
} )"
91
91
` ;
0 commit comments