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.
Very minor regression in rescript@11:
"foo"->Js.log(_)
will be formatted to
"foo"->(Js.log(_))
Doesn't cause any issues outside of just being inconsistent and annoying though.