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
Move position validation from add_source_mapping() to add_source_mapping_end()
as suggested in code review. This is more precise since add_source_mapping_end()
is specifically where span.end is used, which is the position that can be beyond
source bounds when codegen adds punctuation.
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
0 commit comments