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
{{ message }}
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
The only module that needs locations is the source map generator. The source-map node module needs only the starting point of a lexeme in a [line, column] format, it is able to calculate the ending point itself on the final step of SM generation. So we can avoid all the ending logic to bloat our code.