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
pos.i is actually "character offset" and it doesn't handle
line-continuation, so we cannot use pos.i to extract node from the
source with it.
Introduce pos.offset which represents byte offset which can be used
above cases.
FIX#65
0 commit comments