Source maps use line and column in order to map generated code to the matching line and column in the original file. It would make it a lot easier to link from the code attribution in a LoAF to the original source code if the LoAF could include sourceLine and sourceColumn.
Otherwise if you have some thoughts about how to achieve this using the sourceCharPosition I would be very interested. Or even more information about what that position refers to e.g. do line breaks count as 1 char?
Source maps use line and column in order to map generated code to the matching line and column in the original file. It would make it a lot easier to link from the code attribution in a LoAF to the original source code if the LoAF could include
sourceLineandsourceColumn.Otherwise if you have some thoughts about how to achieve this using the
sourceCharPositionI would be very interested. Or even more information about what that position refers to e.g. do line breaks count as 1 char?