rescriptdep.vendor
Location
Source code locations (ranges of positions), used in parsetree.
rescriptdep
type t = Warnings.loc = {
loc_start : Lexing.position;
loc_end : Lexing.position;
loc_ghost : bool;
}
type 'a loc = {
txt : 'a;
loc : t;