From 355c05a897c1099a521d23446ad6697885dd4a8d Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Mon, 14 Oct 2024 17:08:12 -0400 Subject: [PATCH] Type fix Cherry-pick from #1450 --- source/parser/types.civet | 1 + 1 file changed, 1 insertion(+) 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"