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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: