BlockComment from position is incorrect #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BlockComment
fromposition is incorrect when there are other skipped tokens beforehand.For example, below is an example code and the tree it is parsed into.
You can see that the
BlockCommentblock'sfromposition is all set to10when it should instead be21and36respectively.Version information
This was a regression in @lezer/lr 1.4.6. Version 1.4.8 should fix it.
Thanks for such a quick fix! 1.4.8 fixed the issue 😃