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
I already opened #56 to have more granular control over how error messages are displayed.
It would be lovely if SyntaxError could provide additional information like "start" and "end" position (a "range") of the error (if that's possible) so that users of the crate could crate more rich error displays, something like dprint-plugin-typescript does:
Makes sense, I can just point to the concrete line/column without a range then :) any chance you could cut another release so I could leverage #56 and #58?
I already opened #56 to have more granular control over how error messages are displayed.
It would be lovely if
SyntaxError
could provide additional information like "start" and "end" position (a "range") of the error (if that's possible) so that users of the crate could crate more rich error displays, something likedprint-plugin-typescript
does:In this particular case we have a range that points to the "interface" keyword which is underlined.
The text was updated successfully, but these errors were encountered: