Skip to content

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

@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

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions