-
-
Notifications
You must be signed in to change notification settings - Fork 726
Open
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Milestone
Description
Babel Option: https://babel.dev/docs/babel-preset-typescript#optimizeconstenums
Example:
Input:
const enum X {
FOO
}
X.FOO
Output:
0 /* X.FOO */;
markH5, sxzz, ghiscoding, milomg, ianzone and 9 more
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request