fix: remove unnecessary helper

This commit is contained in:
三咲智子 Kevin Deng 2024-05-17 20:25:25 +08:00
parent cd12b6189b
commit 124e47b43b
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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