Skip to content

Commit

Permalink
fix: remove unnecessary helper
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 17, 2024
1 parent cd12b61 commit 124e47b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compiler-core/src/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ function genModulePreamble(
if (genScopeId && ast.hoists.length) {
ast.helpers.add(PUSH_SCOPE_ID)
ast.helpers.add(POP_SCOPE_ID)
ast.helpers.add(HOIST_LAZY)
}

// generate import statements for helpers
Expand Down

0 comments on commit 124e47b

Please sign in to comment.