Skip to content

Formatter: Parens added around function with wildcard argument #6320

Closed
@glennsl

Description

@glennsl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions