Rename type field of AstStatTypeAlias in JSON Encoder

This commit is contained in:
Micah 2024-10-04 15:02:35 -07:00
parent 543de6e939
commit 8b7015c9a2
No known key found for this signature in database

View file

@ -881,7 +881,7 @@ struct AstJsonEncoder : public AstVisitor
PROP(name);
PROP(generics);
PROP(genericPacks);
PROP(type);
write("value", node->type);
PROP(exported);
}
);