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 5cdd15e commit b9b9f25Copy full SHA for b9b9f25
jscomp/bin/whole_compiler.ml
@@ -86372,7 +86372,7 @@ and
86372
if l > 12
86373
then P.paren_group f 1 action
86374
else action ()
86375
- | Is_null_undefined_to_boolean e -> (** return [bool] *)
+ | Is_null_undefined_to_boolean e ->
86376
P.paren_group f 1 (fun _ ->
86377
let cxt = expression 1 cxt f e in
86378
P.space f ;
jscomp/core/js_dump.ml
@@ -836,7 +836,7 @@ and
836
837
838
839
840
841
842
0 commit comments