optional location on NodeString (for record keys)

This commit is contained in:
Vyacheslav Matyukhin 2022-06-26 11:42:33 +03:00
parent 96c2a982cb
commit 7cbece9212
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -94,6 +94,7 @@ type NodeKeyValue = {
type NodeString = {
type: "String";
value: string;
location?: LocationRange;
};
type NodeBoolean = {