Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript Enum #57

Open
itayronen opened this issue Jun 11, 2019 · 1 comment · May be fixed by #60
Open

Typescript Enum #57

itayronen opened this issue Jun 11, 2019 · 1 comment · May be fixed by #60

Comments

@itayronen
Copy link

itayronen commented Jun 11, 2019

Typescript enums feature is very useful.
Its much better than literal types in most cases.
Its much easier to maintain. Renaming an enum value is possible out of the box, while a literal type requires a full project text search.

@niieani
Copy link
Owner

niieani commented Jun 13, 2019

Please feel free to open a PR describing this TypeScript-only feature :)

Thanks!

@itayronen itayronen linked a pull request Sep 1, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants