Edit: When I saw this I was confused at why commas were being removed, but now I see that it’s a good idea to remove trailing commas because newlines are good enough separators for key-value pairs which the commas are mostly (only?) used for.
I also saw in our code that commas are used as ellipses ,,, as placeholders. One was on a line by itself holding a close-paren like ,,,). I don’t think it should be supported, but we should be aware of it.
Edit: When I saw this I was confused at why commas were being removed, but now I see that it’s a good idea to remove trailing commas because newlines are good enough separators for key-value pairs which the commas are mostly (only?) used for.
I also saw in our code that commas are used as ellipses
,,,
as placeholders. One was on a line by itself holding a close-paren like,,,)
. I don’t think it should be supported, but we should be aware of it.