Js_of_ocaml_compiler.Source_maptype mapping = map listtype t = {version : int; |
file : string; |
sourceroot : string option; |
sources : string list; |
sources_content : string option list option; |
names : string list; |
mappings : mapping; |
}val mapping_of_string : string -> mappingval string_of_mapping : mapping -> stringval empty : filename:string -> t