You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The location of lastToken seems to be out of bounds of the document and the location mapping to the file does not work.
Minimal changes to the file fixes the error so it isn't clear to me what the root cause is (Make sure to checkout the exact same file for reproducers).
For example, adding a leading zero to the .241 literal (changing it to 0.241) fixes the location of the last token (the span of the last token doesn't change after the 0 was inserted, even though it should be offset by one). But adding the leading zero to .691 or .068 or both instead doesn't fix the problem.