We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadd491 commit e8802bcCopy full SHA for e8802bc
src/core/compiler/transforms/vIf.ts
@@ -1,9 +1,4 @@
1
-import {
2
- type BlockIRNode,
3
- DynamicFlag,
4
- IRNodeTypes,
5
- type OperationNode,
6
-} from '../ir'
+import { DynamicFlag, IRNodeTypes, type OperationNode } from '../ir'
7
import { resolveExpression } from '../utils'
8
import { type TransformContext, transformNode } from '../transform'
9
import { createBranch } from './utils'
0 commit comments