I wonder if it would be possible to get the number of the line that is currently being parsed. This way one can throw custom syntax errors like: ```js throw new Error(`Invalid element 'slot' inside div at line ${lineNumber}`); ```