Values.LocationSourceReturns information about the location of a change or comment in the comparison between two commits or a pull request.
type nonrec t = {filePath : Path.t option;The name of the file being compared, including its extension and subdirectory, if any.
*)filePosition : Position.t option;The position of a change in a compared file, in line number format.
*)relativeFileVersion : RelativeFileVersionEnum.t option;In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of Position.t | `String of Path.t ])
list ]