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

Use const enum instead of plain enum #464

Open
Bistard opened this issue Nov 7, 2022 · 1 comment
Open

Use const enum instead of plain enum #464

Bistard opened this issue Nov 7, 2022 · 1 comment

Comments

@Bistard
Copy link

Bistard commented Nov 7, 2022

The generated enum file is export enum Icons {. It should be better to use export const enum Icons {.

@Bistard
Copy link
Author

Bistard commented Apr 5, 2024

I can't believe I looked up the issue list and found myself for the same reason. This is crazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant