]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): remove unused helpers property from CodegenResult interface (#14133)
authoredison <daiwei521@126.com>
Mon, 24 Nov 2025 13:01:17 +0000 (21:01 +0800)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 13:01:17 +0000 (21:01 +0800)
packages/compiler-core/src/codegen.ts

index 99020bcf1ae1f93eda6ab6a7f458cd539293b701..46ab1a7d12c7e60d6c040a7627a75ca9bfcd7cf5 100644 (file)
@@ -115,7 +115,6 @@ export interface BaseCodegenResult {
 
 export interface CodegenResult extends BaseCodegenResult {
   ast: RootNode
-  helpers: Set<symbol>
 }
 
 export enum NewlineType {