Closed cknitt closed 2 years ago
From https://github.com/rescript-lang/syntax/issues/686#issuecomment-1279897564:
(await (server->start))->ignore
loses the await on reformat:
await
server->start->ignore
From https://github.com/rescript-lang/syntax/issues/686#issuecomment-1279897564:
loses the
await
on reformat: