Skip to content

Commit 73c3534

Browse files
committed
fix: lint
1 parent 5fde4f8 commit 73c3534

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/compiler/src/transforms/utils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@ import {
33
type Expression,
44
type JSXElement,
55
type JSXFragment,
6-
arrowFunctionExpression,
7-
callExpression,
86
jsxClosingFragment,
97
jsxExpressionContainer,
108
jsxFragment,
119
jsxOpeningFragment,
12-
parenthesizedExpression,
1310
} from '@babel/types'
1411
import {
1512
type BlockIRNode,
1613
DynamicFlag,
1714
type IRDynamicInfo,
1815
type IRNodeTypes,
1916
} from '../ir/index'
20-
import { isJSXElement } from '../utils'
2117
import type { TransformContext } from '../transform'
2218

2319
export function newDynamic(): IRDynamicInfo {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { NodeTypes } from '@vue/compiler-dom'
22
import { describe, expect, test } from 'vitest'
33
import {
4-
type ForIRNode,
54
IRNodeTypes,
65
transformChildren,
76
transformElement,

0 commit comments

Comments
 (0)