Skip to content

Commit 4b7e335

Browse files
committed
Fixes
1 parent 6bd72e7 commit 4b7e335

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler/ast/nodes/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import type { FixExpression } from "./FixExpression";
2323
import type { UnaryExpression } from "./UnaryExpression";
2424

2525
export const NodeKinds = {
26+
STRUCT_DECLARATION: "StructDeclaration",
2627
STRUCT_EXPRESSION: "StructExpression",
2728
FIELD_DECLARATION: "FieldDeclaration",
2829
FIELD_ASSIGNMENT: "FieldAssignment",

0 commit comments

Comments
 (0)