json-schema-to-typescript icon indicating copy to clipboard operation
json-schema-to-typescript copied to clipboard

Add option to generate TS string enums

Open codan84 opened this issue 1 year ago • 3 comments

Linked issue: https://github.com/bcherny/json-schema-to-typescript/issues/200 Addressed comments/requests in: https://github.com/bcherny/json-schema-to-typescript/pull/262#pullrequestreview-324907958

Implemented as a normalizer under cli/options flag: inferStringEnumKeysFromValues

codan84 avatar Feb 07 '24 15:02 codan84

Thanks for the contribution! Would you mind adding a couple e2e tests too, so we have a record of the end to end output with this flag enabled?

Added e2e test

codan84 avatar Mar 22 '24 11:03 codan84