Module Js_of_ocaml_compiler.Source_map
type map = | Gen of {gen_line : int;gen_col : int;
}| Gen_Ori of {gen_line : int;gen_col : int;ori_source : int;ori_line : int;ori_col : int;
}| Gen_Ori_Name of {gen_line : int;gen_col : int;ori_source : int;ori_line : int;ori_col : int;ori_name : int;
}
module Index : sig ... endval to_string : t -> stringval to_file : t -> string -> unitval of_string : string -> tval of_file : string -> tval invariant : t -> unittype info = {mappings : Mappings.decoded;sources : string list;names : string list;
}