Skip to content

Commit 7fcd904

Browse files
committed
chore: fix lint
1 parent 25b913d commit 7fcd904

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/compiler/test/transforms/vOnce.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BindingTypes, NodeTypes } from '@vue/compiler-dom'
1+
import { NodeTypes } from '@vue/compiler-dom'
22
import { describe, expect, test } from 'vitest'
33
import { IRNodeTypes } from '../../src'
44
import { getBaseTransformPreset } from '../../src/compile'

packages/compiler/test/transforms/vSlot.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
transformVIf,
1212
transformVOn,
1313
transformVSlot,
14-
type IRSlotsStatic,
1514
} from '../../src'
1615
import { makeCompile } from './_utils'
1716

0 commit comments

Comments
 (0)