rescript-lang / syntax

ReScript's syntax as a standalone repo.
MIT License
254 stars 38 forks source link

await lost on reformat #687

Closed cknitt closed 2 years ago

cknitt commented 2 years ago

From https://github.com/rescript-lang/syntax/issues/686#issuecomment-1279897564:

(await (server->start))->ignore

loses the await on reformat:

server->start->ignore