generator icon indicating copy to clipboard operation
generator copied to clipboard

Discuss Enum PascalCase export

Open joachim-heck opened this issue 4 years ago • 1 comments

Hey Kai, I just stumbled upon the following article of good and bad practices regarding enum type definitions: https://basarat.gitbook.io/typescript/styleguide#enum

What do you think? Currently the generator is exporting as camelCase and I noticed that everywhere else I normally prefer the PascalCase.

joachim-heck avatar Feb 12 '21 06:02 joachim-heck

Different case styles are already implemented. Currently the generator lacks a possibility to configure it. Will be part of an later release

ky-one avatar May 11 '21 08:05 ky-one