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
Currently just have support for line and column number reporting for the parse errors. As we update the other APIs to return Result types rather than panicking (#349), we should plumb the line and column numbers through.
The text was updated successfully, but these errors were encountered:
Currently just have support for line and column number reporting for the parse errors. As we update the other APIs to return
Result
types rather than panicking (#349), we should plumb the line and column numbers through.The text was updated successfully, but these errors were encountered: