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 2d765db commit d2a3609Copy full SHA for d2a3609
compiler/lib/js_output.ml
@@ -444,7 +444,7 @@ struct
444
(match k with
445
| { async = true; generator = false } ->
446
PP.string f "async";
447
- PP.space f
+ PP.non_breaking_space f
448
| { async = false; generator = false } -> ()
449
| { async = true | false; generator = true } -> assert false);
450
PP.break f;
@@ -882,7 +882,7 @@ struct
882
PP.space f
883
884
885
886
| { async = true; generator = true } ->
887
PP.string f "async*";
888
PP.space f);
0 commit comments