Module Js_of_ocaml_compiler.Warning
type t = [ | `Integer_overflow| `Missing_debug_event| `Missing_cmi| `Effect_handlers_without_effect_backend| `Missing_primitive| `Missing_define| `Missing_deps| `Free_variables_in_primitive| `Deprecated_joo_global_object| `Overriding_primitive| `Overriding_primitive_purity| `Deprecated_primitive| `Unused_js_variable
]val all : Js_of_ocaml_compiler.Warning.t listval name : Js_of_ocaml_compiler.Warning.t -> stringval parse : string -> Js_of_ocaml_compiler.Warning.t optionval enable : Js_of_ocaml_compiler.Warning.t -> unitval disable : Js_of_ocaml_compiler.Warning.t -> unitval enabled : Js_of_ocaml_compiler.Warning.t -> boolval quiet : bool Stdlib.refval werror : bool Stdlib.refval warn :
Js_of_ocaml_compiler.Warning.t ->
('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 ->
'a