File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,17 @@ import {
3
3
type Expression ,
4
4
type JSXElement ,
5
5
type JSXFragment ,
6
- arrowFunctionExpression ,
7
- callExpression ,
8
6
jsxClosingFragment ,
9
7
jsxExpressionContainer ,
10
8
jsxFragment ,
11
9
jsxOpeningFragment ,
12
- parenthesizedExpression ,
13
10
} from '@babel/types'
14
11
import {
15
12
type BlockIRNode ,
16
13
DynamicFlag ,
17
14
type IRDynamicInfo ,
18
15
type IRNodeTypes ,
19
16
} from '../ir/index'
20
- import { isJSXElement } from '../utils'
21
17
import type { TransformContext } from '../transform'
22
18
23
19
export function newDynamic ( ) : IRDynamicInfo {
Original file line number Diff line number Diff line change 1
1
import { NodeTypes } from '@vue/compiler-dom'
2
2
import { describe , expect , test } from 'vitest'
3
3
import {
4
- type ForIRNode ,
5
4
IRNodeTypes ,
6
5
transformChildren ,
7
6
transformElement ,
You can’t perform that action at this time.
0 commit comments