mirror of https://github.com/vuejs/core.git
chore: annotate generated slot flag
This commit is contained in:
parent
5f2a8533ac
commit
e41b46c396
|
@ -29,7 +29,7 @@ export const render = /*#__PURE__*/_withId((_ctx, _cache) => {
|
||||||
default: _withId(() => [
|
default: _withId(() => [
|
||||||
_createVNode(\\"div\\")
|
_createVNode(\\"div\\")
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
})"
|
})"
|
||||||
`;
|
`;
|
||||||
|
@ -41,7 +41,7 @@ const _withId = /*#__PURE__*/_withScopeId(\\"test\\")
|
||||||
export const render = /*#__PURE__*/_withId((_ctx, _cache) => {
|
export const render = /*#__PURE__*/_withId((_ctx, _cache) => {
|
||||||
const _component_Child = _resolveComponent(\\"Child\\")
|
const _component_Child = _resolveComponent(\\"Child\\")
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Child, null, _createSlots({ _: 2 }, [
|
return (_openBlock(), _createBlock(_component_Child, null, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
(_ctx.ok)
|
(_ctx.ok)
|
||||||
? {
|
? {
|
||||||
name: \\"foo\\",
|
name: \\"foo\\",
|
||||||
|
@ -76,7 +76,7 @@ export const render = /*#__PURE__*/_withId((_ctx, _cache) => {
|
||||||
bar: _withId(() => [
|
bar: _withId(() => [
|
||||||
_createVNode(\\"div\\")
|
_createVNode(\\"div\\")
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
})"
|
})"
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -247,7 +247,7 @@ return function render(_ctx, _cache) {
|
||||||
default: _withCtx(({ foo }) => [
|
default: _withCtx(({ foo }) => [
|
||||||
_createTextVNode(_toDisplayString(_ctx.foo), 1 /* TEXT */)
|
_createTextVNode(_toDisplayString(_ctx.foo), 1 /* TEXT */)
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
|
|
@ -9,7 +9,7 @@ return function render(_ctx, _cache) {
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, {
|
return (_openBlock(), _createBlock(_component_Comp, null, {
|
||||||
[_ctx.one]: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
[_ctx.one]: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
||||||
[_ctx.two]: _withCtx(({ bar }) => [_toDisplayString(_ctx.foo), _toDisplayString(bar)]),
|
[_ctx.two]: _withCtx(({ bar }) => [_toDisplayString(_ctx.foo), _toDisplayString(bar)]),
|
||||||
_: 2
|
_: 2 /* DYNAMIC */
|
||||||
}, 1024 /* DYNAMIC_SLOTS */))
|
}, 1024 /* DYNAMIC_SLOTS */))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -24,7 +24,7 @@ return function render(_ctx, _cache) {
|
||||||
default: _withCtx(() => [
|
default: _withCtx(() => [
|
||||||
_createVNode(\\"div\\")
|
_createVNode(\\"div\\")
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -35,7 +35,7 @@ exports[`compiler: transform component slots named slot with v-for w/ prefixIden
|
||||||
return function render(_ctx, _cache) {
|
return function render(_ctx, _cache) {
|
||||||
const _component_Comp = _resolveComponent(\\"Comp\\")
|
const _component_Comp = _resolveComponent(\\"Comp\\")
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 }, [
|
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
_renderList(_ctx.list, (name) => {
|
_renderList(_ctx.list, (name) => {
|
||||||
return {
|
return {
|
||||||
name: name,
|
name: name,
|
||||||
|
@ -52,7 +52,7 @@ exports[`compiler: transform component slots named slot with v-if + prefixIdenti
|
||||||
return function render(_ctx, _cache) {
|
return function render(_ctx, _cache) {
|
||||||
const _component_Comp = _resolveComponent(\\"Comp\\")
|
const _component_Comp = _resolveComponent(\\"Comp\\")
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 }, [
|
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
(_ctx.ok)
|
(_ctx.ok)
|
||||||
? {
|
? {
|
||||||
name: \\"one\\",
|
name: \\"one\\",
|
||||||
|
@ -72,7 +72,7 @@ return function render(_ctx, _cache) {
|
||||||
|
|
||||||
const _component_Comp = _resolveComponent(\\"Comp\\")
|
const _component_Comp = _resolveComponent(\\"Comp\\")
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 }, [
|
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
ok
|
ok
|
||||||
? {
|
? {
|
||||||
name: \\"one\\",
|
name: \\"one\\",
|
||||||
|
@ -101,7 +101,7 @@ return function render(_ctx, _cache) {
|
||||||
|
|
||||||
const _component_Comp = _resolveComponent(\\"Comp\\")
|
const _component_Comp = _resolveComponent(\\"Comp\\")
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 }, [
|
return (_openBlock(), _createBlock(_component_Comp, null, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
ok
|
ok
|
||||||
? {
|
? {
|
||||||
name: \\"one\\",
|
name: \\"one\\",
|
||||||
|
@ -128,7 +128,7 @@ return function render(_ctx, _cache) {
|
||||||
\\"bar\\",
|
\\"bar\\",
|
||||||
_createVNode(\\"span\\")
|
_createVNode(\\"span\\")
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
@ -145,14 +145,14 @@ return function render(_ctx, _cache) {
|
||||||
default: _withCtx(({ foo }) => [
|
default: _withCtx(({ foo }) => [
|
||||||
_createVNode(_component_Inner, null, {
|
_createVNode(_component_Inner, null, {
|
||||||
default: _withCtx(({ bar }) => [_toDisplayString(foo), _toDisplayString(bar), _toDisplayString(_ctx.baz)]),
|
default: _withCtx(({ bar }) => [_toDisplayString(foo), _toDisplayString(bar), _toDisplayString(_ctx.baz)]),
|
||||||
_: 2
|
_: 2 /* DYNAMIC */
|
||||||
}, 1024 /* DYNAMIC_SLOTS */),
|
}, 1024 /* DYNAMIC_SLOTS */),
|
||||||
\\" \\",
|
\\" \\",
|
||||||
_toDisplayString(foo),
|
_toDisplayString(foo),
|
||||||
_toDisplayString(_ctx.bar),
|
_toDisplayString(_ctx.bar),
|
||||||
_toDisplayString(_ctx.baz)
|
_toDisplayString(_ctx.baz)
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -165,7 +165,7 @@ return function render(_ctx, _cache) {
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, {
|
return (_openBlock(), _createBlock(_component_Comp, null, {
|
||||||
[_ctx.named]: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
[_ctx.named]: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
||||||
_: 2
|
_: 2 /* DYNAMIC */
|
||||||
}, 1024 /* DYNAMIC_SLOTS */))
|
}, 1024 /* DYNAMIC_SLOTS */))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -178,7 +178,7 @@ return function render(_ctx, _cache) {
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, {
|
return (_openBlock(), _createBlock(_component_Comp, null, {
|
||||||
named: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
named: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -191,7 +191,7 @@ return function render(_ctx, _cache) {
|
||||||
|
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, {
|
return (_openBlock(), _createBlock(_component_Comp, null, {
|
||||||
default: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
default: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
@ -205,7 +205,7 @@ return function render(_ctx, _cache) {
|
||||||
return (_openBlock(), _createBlock(_component_Comp, null, {
|
return (_openBlock(), _createBlock(_component_Comp, null, {
|
||||||
one: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
one: _withCtx(({ foo }) => [_toDisplayString(foo), _toDisplayString(_ctx.bar)]),
|
||||||
two: _withCtx(({ bar }) => [_toDisplayString(_ctx.foo), _toDisplayString(bar)]),
|
two: _withCtx(({ bar }) => [_toDisplayString(_ctx.foo), _toDisplayString(bar)]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}))
|
}))
|
||||||
}"
|
}"
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -329,13 +329,13 @@ describe('compiler: element transform', () => {
|
||||||
fallback: {
|
fallback: {
|
||||||
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
||||||
},
|
},
|
||||||
_: `[1]`
|
_: `[1 /* STABLE */]`
|
||||||
})
|
})
|
||||||
: createObjectMatcher({
|
: createObjectMatcher({
|
||||||
default: {
|
default: {
|
||||||
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
||||||
},
|
},
|
||||||
_: `[1]`
|
_: `[1 /* STABLE */]`
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -389,7 +389,7 @@ describe('compiler: element transform', () => {
|
||||||
default: {
|
default: {
|
||||||
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
type: NodeTypes.JS_FUNCTION_EXPRESSION
|
||||||
},
|
},
|
||||||
_: `[1]`
|
_: `[1 /* STABLE */]`
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,10 @@ function createSlotMatcher(obj: Record<string, any>, isDynamic = false) {
|
||||||
})
|
})
|
||||||
.concat({
|
.concat({
|
||||||
key: { content: `_` },
|
key: { content: `_` },
|
||||||
value: { content: isDynamic ? `2` : `1`, isStatic: false }
|
value: {
|
||||||
|
content: isDynamic ? `2 /* DYNAMIC */` : `1 /* STABLE */`,
|
||||||
|
isStatic: false
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -531,7 +534,7 @@ describe('compiler: transform component slots', () => {
|
||||||
callee: CREATE_SLOTS,
|
callee: CREATE_SLOTS,
|
||||||
arguments: [
|
arguments: [
|
||||||
createObjectMatcher({
|
createObjectMatcher({
|
||||||
_: `[2]`
|
_: `[2 /* DYNAMIC */]`
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
||||||
|
@ -573,7 +576,7 @@ describe('compiler: transform component slots', () => {
|
||||||
callee: CREATE_SLOTS,
|
callee: CREATE_SLOTS,
|
||||||
arguments: [
|
arguments: [
|
||||||
createObjectMatcher({
|
createObjectMatcher({
|
||||||
_: `[2]`
|
_: `[2 /* DYNAMIC */]`
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
||||||
|
@ -622,7 +625,7 @@ describe('compiler: transform component slots', () => {
|
||||||
callee: CREATE_SLOTS,
|
callee: CREATE_SLOTS,
|
||||||
arguments: [
|
arguments: [
|
||||||
createObjectMatcher({
|
createObjectMatcher({
|
||||||
_: `[2]`
|
_: `[2 /* DYNAMIC */]`
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
||||||
|
@ -681,7 +684,7 @@ describe('compiler: transform component slots', () => {
|
||||||
callee: CREATE_SLOTS,
|
callee: CREATE_SLOTS,
|
||||||
arguments: [
|
arguments: [
|
||||||
createObjectMatcher({
|
createObjectMatcher({
|
||||||
_: `[2]`
|
_: `[2 /* DYNAMIC */]`
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
type: NodeTypes.JS_ARRAY_EXPRESSION,
|
||||||
|
@ -730,7 +733,7 @@ describe('compiler: transform component slots', () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: { content: `_` },
|
key: { content: `_` },
|
||||||
value: { content: `3` } // forwarded
|
value: { content: `3 /* FORWARDED */` }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
|
@ -33,7 +33,7 @@ import {
|
||||||
} from '../utils'
|
} from '../utils'
|
||||||
import { CREATE_SLOTS, RENDER_LIST, WITH_CTX } from '../runtimeHelpers'
|
import { CREATE_SLOTS, RENDER_LIST, WITH_CTX } from '../runtimeHelpers'
|
||||||
import { parseForExpression, createForLoopParams } from './vFor'
|
import { parseForExpression, createForLoopParams } from './vFor'
|
||||||
import { SlotFlags } from '@vue/shared'
|
import { SlotFlags, slotFlagsText } from '@vue/shared'
|
||||||
|
|
||||||
const defaultFallback = createSimpleExpression(`undefined`, false)
|
const defaultFallback = createSimpleExpression(`undefined`, false)
|
||||||
|
|
||||||
|
@ -334,7 +334,10 @@ export function buildSlots(
|
||||||
`_`,
|
`_`,
|
||||||
// 2 = compiled but dynamic = can skip normalization, but must run diff
|
// 2 = compiled but dynamic = can skip normalization, but must run diff
|
||||||
// 1 = compiled and static = can skip normalization AND diff as optimized
|
// 1 = compiled and static = can skip normalization AND diff as optimized
|
||||||
createSimpleExpression('' + slotFlag, false)
|
createSimpleExpression(
|
||||||
|
slotFlag + (__DEV__ ? ` /* ${slotFlagsText[slotFlag]} */` : ``),
|
||||||
|
false
|
||||||
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
loc
|
loc
|
||||||
|
|
|
@ -59,7 +59,7 @@ describe('ssr: components', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
@ -84,7 +84,7 @@ describe('ssr: components', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
@ -122,7 +122,7 @@ describe('ssr: components', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
@ -140,7 +140,7 @@ describe('ssr: components', () => {
|
||||||
return function ssrRender(_ctx, _push, _parent, _attrs) {
|
return function ssrRender(_ctx, _push, _parent, _attrs) {
|
||||||
const _component_foo = _resolveComponent(\\"foo\\")
|
const _component_foo = _resolveComponent(\\"foo\\")
|
||||||
|
|
||||||
_push(_ssrRenderComponent(_component_foo, _attrs, _createSlots({ _: 2 }, [
|
_push(_ssrRenderComponent(_component_foo, _attrs, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
(_ctx.ok)
|
(_ctx.ok)
|
||||||
? {
|
? {
|
||||||
name: \\"named\\",
|
name: \\"named\\",
|
||||||
|
@ -172,7 +172,7 @@ describe('ssr: components', () => {
|
||||||
return function ssrRender(_ctx, _push, _parent, _attrs) {
|
return function ssrRender(_ctx, _push, _parent, _attrs) {
|
||||||
const _component_foo = _resolveComponent(\\"foo\\")
|
const _component_foo = _resolveComponent(\\"foo\\")
|
||||||
|
|
||||||
_push(_ssrRenderComponent(_component_foo, _attrs, _createSlots({ _: 2 }, [
|
_push(_ssrRenderComponent(_component_foo, _attrs, _createSlots({ _: 2 /* DYNAMIC */ }, [
|
||||||
_renderList(_ctx.names, (key) => {
|
_renderList(_ctx.names, (key) => {
|
||||||
return {
|
return {
|
||||||
name: key,
|
name: key,
|
||||||
|
@ -260,7 +260,7 @@ describe('ssr: components', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
|
|
@ -106,7 +106,7 @@ describe('ssr: inject <style vars>', () => {
|
||||||
default: () => {
|
default: () => {
|
||||||
_push(\`<div\${_ssrRenderAttrs(_cssVars)}>ok</div>\`)
|
_push(\`<div\${_ssrRenderAttrs(_cssVars)}>ok</div>\`)
|
||||||
},
|
},
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
})
|
})
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
|
|
@ -45,7 +45,7 @@ describe('ssr: scopeId', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
})"
|
})"
|
||||||
`)
|
`)
|
||||||
|
@ -75,7 +75,7 @@ describe('ssr: scopeId', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
})"
|
})"
|
||||||
`)
|
`)
|
||||||
|
@ -110,7 +110,7 @@ describe('ssr: scopeId', () => {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
} else {
|
} else {
|
||||||
return [
|
return [
|
||||||
|
@ -119,12 +119,12 @@ describe('ssr: scopeId', () => {
|
||||||
default: _withId(() => [
|
default: _withId(() => [
|
||||||
_createVNode(\\"span\\")
|
_createVNode(\\"span\\")
|
||||||
]),
|
]),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
}, _parent))
|
}, _parent))
|
||||||
})"
|
})"
|
||||||
`)
|
`)
|
||||||
|
|
|
@ -13,7 +13,7 @@ describe('ssr compile: suspense', () => {
|
||||||
default: () => {
|
default: () => {
|
||||||
_push(_ssrRenderComponent(_component_foo, null, null, _parent))
|
_push(_ssrRenderComponent(_component_foo, null, null, _parent))
|
||||||
},
|
},
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
})
|
})
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
@ -43,7 +43,7 @@ describe('ssr compile: suspense', () => {
|
||||||
fallback: () => {
|
fallback: () => {
|
||||||
_push(\` loading... \`)
|
_push(\` loading... \`)
|
||||||
},
|
},
|
||||||
_: 1
|
_: 1 /* STABLE */
|
||||||
})
|
})
|
||||||
}"
|
}"
|
||||||
`)
|
`)
|
||||||
|
|
|
@ -19,3 +19,12 @@ export const enum SlotFlags {
|
||||||
*/
|
*/
|
||||||
FORWARDED = 3
|
FORWARDED = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dev only
|
||||||
|
*/
|
||||||
|
export const slotFlagsText = {
|
||||||
|
[SlotFlags.STABLE]: 'STABLE',
|
||||||
|
[SlotFlags.DYNAMIC]: 'DYNAMIC',
|
||||||
|
[SlotFlags.FORWARDED]: 'FORWARDED'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue