Open dsherret opened 3 years ago
Hey @dsherret - I stumbled upon this issue when trying to debug some manipulations I'm trying to do for another project. I think this bug is also happening with EnumDeclaration
nodes. I set up a CodeSandbox with an example: https://codesandbox.io/s/ts-morph-961-enum-trailing-comma-2kkg3?file=/src/create-enum.ts
Describe the bug
Version: 10.0.2
To Reproduce
Expected behavior
Should not add a trailing comma, but it does.