Babel Option: https://babel.dev/docs/babel-preset-typescript#optimizeconstenums Example: Input: ``` const enum X { FOO } X.FOO ``` Output: ``` 0 /* X.FOO */; ```
Babel Option: https://babel.dev/docs/babel-preset-typescript#optimizeconstenums
Example:
Input:
Output: