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 : ?rewrite_paths:bool -> t -> string -> unitval of_string : ?tmp_buf:Stdlib.Buffer.t -> string -> tval of_file : ?tmp_buf:Stdlib.Buffer.t -> string -> tval invariant : t -> unitval find_in_js_file : string -> t optiontype info = {mappings : Mappings.decoded;sources : string list;names : string list;
}