Description
Feature request to have a way to include metadata such as startIndex in the parser output
Potentially related: #345
Background
I'm working on a project that uses fast-xml-parser to parse XML files, it needs to report where a certain string was found in a given file. To support this I'm currently monkeypatching XmlNode: https://github.com/ewlsh/tree-gettext/blob/main/src/languages/xml.ts#L11
Would you like to work on this issue?
I am open to contributing but am submitting this feature request first to gather input.
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
Description
Feature request to have a way to include metadata such as
startIndexin the parser outputPotentially related: #345
Background
I'm working on a project that uses
fast-xml-parserto parse XML files, it needs to report where a certain string was found in a given file. To support this I'm currently monkeypatchingXmlNode: https://github.com/ewlsh/tree-gettext/blob/main/src/languages/xml.ts#L11Would you like to work on this issue?
I am open to contributing but am submitting this feature request first to gather input.
Bookmark this repository for further updates. Visit SoloThought to know about recent features.