Skip to content

Commit

Permalink
chore(types): remove redundant 'undefined' type (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfun authored Mar 25, 2021
1 parent bbc5fe6 commit c8aed13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-core/src/ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export interface RootNode extends Node {
cached: number
temps: number
ssrHelpers?: symbol[]
codegenNode?: TemplateChildNode | JSChildNode | BlockStatement | undefined
codegenNode?: TemplateChildNode | JSChildNode | BlockStatement
}

export type ElementNode =
Expand Down

0 comments on commit c8aed13

Please sign in to comment.