diff --git a/source/parser/types.civet b/source/parser/types.civet index 6dad4e83..393158da 100644 --- a/source/parser/types.civet +++ b/source/parser/types.civet @@ -242,6 +242,7 @@ export type NewExpression type: "NewExpression" children: Children parent?: Parent + expression: ASTNode export type Yield type: "Yield"