mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 03:10:54 +01:00
Rename type
field of AstStatTypeAlias
in JSON Encoder
This commit is contained in:
parent
543de6e939
commit
8b7015c9a2
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ struct AstJsonEncoder : public AstVisitor
|
|||
PROP(name);
|
||||
PROP(generics);
|
||||
PROP(genericPacks);
|
||||
PROP(type);
|
||||
write("value", node->type);
|
||||
PROP(exported);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue