Module Js_of_ocaml_compiler.Source_map
module Source_content : sig ... endmodule Offset : sig ... endmodule Mappings : sig ... endmodule Standard : sig ... endmodule Index : sig ... endtype t = | Standard of Js_of_ocaml_compiler.Source_map.Standard.t| Index of Js_of_ocaml_compiler.Source_map.Index.t
val to_string : Js_of_ocaml_compiler.Source_map.t -> stringval to_file :
?rewrite_paths:bool ->
Js_of_ocaml_compiler.Source_map.t ->
string ->
unitval of_string :
?tmp_buf:Stdlib.Buffer.t ->
string ->
Js_of_ocaml_compiler.Source_map.tval of_file :
?tmp_buf:Stdlib.Buffer.t ->
string ->
Js_of_ocaml_compiler.Source_map.tval invariant : Js_of_ocaml_compiler.Source_map.t -> unitval find_in_js_file : string -> Js_of_ocaml_compiler.Source_map.t optiontype info = {mappings : Js_of_ocaml_compiler.Source_map.Mappings.decoded;sources : string list;names : string list;
}module Encoding_spec : sig ... end