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 NodeString = {
|
||||||
type: "String";
|
type: "String";
|
||||||
value: string;
|
value: string;
|
||||||
|
location?: LocationRange;
|
||||||
};
|
};
|
||||||
|
|
||||||
type NodeBoolean = {
|
type NodeBoolean = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user