package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Source_map.Encoding_specSource

Sourcetype 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.

    *)
}