Module Source_map.Encoding_spec

type t = {
  1. output_file : string option;
    (*

    Source map file (None means generate inline.

    *)
  2. source_map : Standard.t;
    (*

    Source map to extend.

    *)
  3. keep_empty : bool;
    (*

    Don't add anything to the source map (for js_of_ocaml's "empty sourcemap" option.

    *)
}