mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibJS: Keep track of file names, lines and columns inside the AST
This commit is contained in:
parent
007b6edce4
commit
0039ecb189
6 changed files with 134 additions and 122 deletions
|
@ -36,6 +36,7 @@ struct Position {
|
|||
};
|
||||
|
||||
struct SourceRange {
|
||||
StringView filename;
|
||||
Position start;
|
||||
Position end;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue