Module Reviewdog.LocationSource

Sourcetype t = {
  1. path : string;
  2. range : Range.t option;
}
Sourceval to_json : t -> Yojson.Basic.t