Js_of_ocaml_compiler.Source_map
type mapping = map list
type t = {
version : int; |
file : string; |
sourceroot : string option; |
mutable sources : string list; |
mutable sources_content : string option list option; |
mutable names : string list; |
mutable mappings : mapping; |
}
val mapping_of_string : string -> mapping
val string_of_mapping : mapping -> string
val empty : t