JS2GIL_ParserAndCompiler.TargetLangOptions
type t = {
jsil : bool;
harness : bool;
burn_jsil : bool;
}
val term : t Cmdliner.Term.t
val apply : t -> unit