Skip to content

Commit ae79c62

Browse files
authored
fix(types): remove unused helpers property from CodegenResult interface (#14133)
1 parent 25ec4f4 commit ae79c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compiler-core/src/codegen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export interface BaseCodegenResult {
115115

116116
export interface CodegenResult extends BaseCodegenResult {
117117
ast: RootNode
118-
helpers: Set<symbol>
119118
}
120119

121120
export enum NewlineType {

0 commit comments

Comments
 (0)