Closed
Description
Consider this example:
(
incidents
->Belt.Array.keep(({status}) => status === #OPEN)
// This comment will vanish
->Belt.SortArray.stableSortBy((a, b) =>
compare(a.createdTime, b.createdTime)
)
)[0]
The comment is removed after formatting.
Playground link
Metadata
Metadata
Assignees
Labels
No labels