tancredi / fantasticon

Icon font generation tool
MIT License
919 stars 100 forks source link

Use `const enum` instead of plain `enum` #464

Open Bistard opened 1 year ago

Bistard commented 1 year ago

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

Bistard commented 4 months ago

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