TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

[Experiment] feat(46477): Suggestion: Allow trailing comma in class implementation list

Open a-tarasyuk opened this issue 4 years ago • 4 comments

Fixes #46477

a-tarasyuk avatar Oct 22 '21 21:10 a-tarasyuk

The TypeScript team hasn't accepted the linked issue #46477. If you can get it accepted, this PR will have a better chance of being reviewed.

typescript-bot avatar Oct 22 '21 21:10 typescript-bot

I personally like this. @rbuckton @DanielRosenwasser what do you think?

andrewbranch avatar Oct 22 '21 21:10 andrewbranch

Personally I'd prefer we didn't. Plus, if we ever want to allow non type references/type alias references in implements clauses, this would be at odds with that.

DanielRosenwasser avatar Oct 22 '21 22:10 DanielRosenwasser

The issue https://github.com/microsoft/TypeScript/issues/46477 doesn't seem to have gotten much feedback. I think, I have to close it. @DanielRosenwasser Is it ok?

a-tarasyuk avatar Nov 04 '22 17:11 a-tarasyuk