package js_of_ocaml-compiler

  1. Overview
  2. Docs
val parse_file : string -> ((Parse_info.t option * string * Jsoo_primitive.kind * Jsoo_primitive.kind_arg list option) option * string list * ((int -> int -> bool) * string) list list * bool * Javascript.program) list
val load_files : string list -> unit
type state
val init : unit -> state
val resolve_deps : ?linkall:bool -> state -> Util.StringSet.t -> state * Util.StringSet.t
val get_provided : unit -> Util.StringSet.t
val all : state -> string list