Skip to content

Formatting: rescript format delete comment on a record field #6111

Closed
@cometkim

Description

@cometkim

running format on this code:

type a = {
  foo: string, /** here */
}

output:

type a = {foo: string}

the /** ... */ style comment is deleted on the formatting result. // ... style comments are fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions