mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-08 21:00:54 +01:00
Don't include default case in attribute type serialization
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
c305a49d9f
commit
f9ebdbf87a
1 changed files with 0 additions and 2 deletions
|
@ -1146,8 +1146,6 @@ struct AstJsonEncoder : public AstVisitor
|
||||||
return writeString("checked");
|
return writeString("checked");
|
||||||
case AstAttr::Type::Native:
|
case AstAttr::Type::Native:
|
||||||
return writeString("native");
|
return writeString("native");
|
||||||
default:
|
|
||||||
return writeRaw("null");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue