Skip to content

Commit e8802bc

Browse files
committed
fix: lint
1 parent eadd491 commit e8802bc

File tree

1 file changed

+1
-6
lines changed
  • src/core/compiler/transforms

1 file changed

+1
-6
lines changed

src/core/compiler/transforms/vIf.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
type BlockIRNode,
3-
DynamicFlag,
4-
IRNodeTypes,
5-
type OperationNode,
6-
} from '../ir'
1+
import { DynamicFlag, IRNodeTypes, type OperationNode } from '../ir'
72
import { resolveExpression } from '../utils'
83
import { type TransformContext, transformNode } from '../transform'
94
import { createBranch } from './utils'

0 commit comments

Comments
 (0)