lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.32k stars 481 forks source link

Fix metadata generation for computed properties names with enum values #1610

Closed wilker7ribeiro closed 2 months ago

wilker7ribeiro commented 2 months ago

This PR fixes the problem generating metadata for objects that have a computed property key using enum values mentioned in the issue https://github.com/lukeautry/tsoa/issues/1264.

All Submissions:

Closing issues

Closes #1264

wilker7ribeiro commented 2 months ago

Feel free to review and give me some advice since i'm not familiar with the code base

WoH commented 2 months ago

LGTM, would you mind rebasing this?