Skip to content

Commit

Permalink
wip: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Dec 19, 2024
1 parent 972feaf commit d5c99d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-vapor/src/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class TransformContext<T extends AllNode = AllNode> {
return this.registerOperation(...operations)
}

this.root.block.expressions.push(...expressions)
this.block.expressions.push(...expressions)
const existing = this.block.effect.find(e =>
isSameExpression(e.expressions, expressions),
)
Expand Down

0 comments on commit d5c99d6

Please sign in to comment.