Output indentation too aggressive
let a = React.useState (fun () -> 1)
Output:
var a = React.useState((function () {
return 1;
}));
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
How about to fix it in 11.1?
Having a look at the indentation overall would be great, if someone's interested in doing that.
Let's reopen it
Let's reopen it