jon.recoil.org

Module Js_of_ocaml_compiler.Driver

val f : ?standalone:bool -> ?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] -> ?profile:Js_of_ocaml_compiler.Profile.t -> ?shapes:bool -> link:[ `All | `All_from of string list | `Needed | `No ] -> source_map:bool -> formatter:Js_of_ocaml_compiler.Pretty_print.t -> Js_of_ocaml_compiler.Code.program -> Js_of_ocaml_compiler.Source_map.info * Js_of_ocaml_compiler.Shape.t Js_of_ocaml_compiler.Stdlib.StringMap.t
val f' : ?standalone:bool -> ?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] -> ?profile:Js_of_ocaml_compiler.Profile.t -> link:[ `All | `All_from of string list | `Needed | `No ] -> Js_of_ocaml_compiler.Pretty_print.t -> Js_of_ocaml_compiler.Code.program -> unit
val from_string : prims:string array -> debug:Instruct.debug_event list array -> string -> Js_of_ocaml_compiler.Pretty_print.t -> unit
val configure : Js_of_ocaml_compiler.Pretty_print.t -> unit