optional location on NodeString (for record keys)
This commit is contained in:
parent
96c2a982cb
commit
7cbece9212
|
@ -94,6 +94,7 @@ type NodeKeyValue = {
|
|||
type NodeString = {
|
||||
type: "String";
|
||||
value: string;
|
||||
location?: LocationRange;
|
||||
};
|
||||
|
||||
type NodeBoolean = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user