syntax
syntax copied to clipboard
await lost on reformat
From https://github.com/rescript-lang/syntax/issues/686#issuecomment-1279897564:
(await (server->start))->ignore
loses the await on reformat:
server->start->ignore