We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd72e7 commit 4b7e335Copy full SHA for 4b7e335
1 file changed
src/compiler/ast/nodes/index.ts
@@ -23,6 +23,7 @@ import type { FixExpression } from "./FixExpression";
23
import type { UnaryExpression } from "./UnaryExpression";
24
25
export const NodeKinds = {
26
+ STRUCT_DECLARATION: "StructDeclaration",
27
STRUCT_EXPRESSION: "StructExpression",
28
FIELD_DECLARATION: "FieldDeclaration",
29
FIELD_ASSIGNMENT: "FieldAssignment",
0 commit comments