We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc2609 commit c39d233Copy full SHA for c39d233
jscomp/core/lam_convert.ml
@@ -842,7 +842,7 @@ let convert (exports : Set_ident.t) (lam : Lambda.lambda) : Lam.t * Lam_module_i
842
| Levent _ ->
843
(* disabled by upstream*)
844
assert false
845
- | Lifused (_, e) -> convert_aux e (* TODO: remove it ASAP *)
+ | Lifused (_, _) -> assert false
846
847
and convert_let (kind : Lam_compat.let_kind) id (e : Lambda.lambda) body : Lam.t =
848
match kind, e with
0 commit comments