Module Js_config

val stdlib_paths : string list lazy_t
val std_include_dirs : unit -> string list
val no_version_header : bool Stdlib.ref

set/get header

return package_name and path when in script mode:

val cross_module_inline : bool Stdlib.ref

cross module inline option

val diagnose : bool Stdlib.ref

diagnose option

val check_div_by_zero : bool Stdlib.ref

check-div-by-zero option

val get_check_div_by_zero : unit -> bool
val tool_name : string
val syntax_only : bool Stdlib.ref
val debug : bool Stdlib.ref
val cmi_only : bool Stdlib.ref
val cmj_only : bool Stdlib.ref
val refmt : string option Stdlib.ref
val js_stdout : bool Stdlib.ref
val all_module_aliases : bool Stdlib.ref
val no_stdlib : bool Stdlib.ref
val no_export : bool Stdlib.ref
val as_ppx : bool Stdlib.ref
val as_pp : bool Stdlib.ref
val modules : bool Stdlib.ref
val preamble : string option Stdlib.ref