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
It would be helpful if we could get the line numbers of every parsed toml element.
We could probably add it as a new parameter to the Item class.
The line and column numbers could be stored during parsing. The method used to get line numbers for reporting parsing error can be used to get the line numbers.
The text was updated successfully, but these errors were encountered:
It would be helpful if we could get the line numbers of every parsed toml element.
We could probably add it as a new parameter to the
Item
class.The line and column numbers could be stored during parsing. The method used to get line numbers for reporting parsing error can be used to get the line numbers.
The text was updated successfully, but these errors were encountered: