parent
6ee87eea49
commit
238ce0bac8
@ -43,6 +43,7 @@ interface BaseNode {
|
|||||||
end: number | null;
|
end: number | null;
|
||||||
loc: SourceLocation | null;
|
loc: SourceLocation | null;
|
||||||
type: Node["type"];
|
type: Node["type"];
|
||||||
|
range?: [number, number];
|
||||||
extra?: Record<string, unknown>;
|
extra?: Record<string, unknown>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -39,6 +39,7 @@ interface BaseNode {
|
|||||||
end: number | null;
|
end: number | null;
|
||||||
loc: SourceLocation | null;
|
loc: SourceLocation | null;
|
||||||
type: Node["type"];
|
type: Node["type"];
|
||||||
|
range?: [number, number];
|
||||||
extra?: Record<string, unknown>;
|
extra?: Record<string, unknown>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user