refactor(types): move shapeFlags to shared
This commit is contained in:
@@ -6,13 +6,13 @@ import {
|
||||
NodeTypes,
|
||||
TestElement,
|
||||
Fragment,
|
||||
PatchFlags,
|
||||
resetOps,
|
||||
dumpOps,
|
||||
NodeOpTypes,
|
||||
serializeInner,
|
||||
createTextVNode
|
||||
} from '@vue/runtime-test'
|
||||
import { PatchFlags } from '@vue/shared'
|
||||
|
||||
describe('renderer: fragment', () => {
|
||||
it('should allow returning multiple component root nodes', () => {
|
||||
|
||||
@@ -9,9 +9,8 @@ import {
|
||||
mergeProps,
|
||||
normalizeVNode
|
||||
} from '../src/vnode'
|
||||
import { ShapeFlags } from '../src/shapeFlags'
|
||||
import { Data } from '../src/component'
|
||||
import { PatchFlags } from '@vue/shared'
|
||||
import { ShapeFlags, PatchFlags } from '@vue/shared'
|
||||
|
||||
describe('vnode', () => {
|
||||
test('create with just tag', () => {
|
||||
|
||||
Reference in New Issue
Block a user