typescript-tutorial icon indicating copy to clipboard operation
typescript-tutorial copied to clipboard

常数枚举改用为常量枚举,常数枚举容易误导

Open jaceechan opened this issue 5 years ago • 0 comments
trafficstars

image const enum 编译后的值可以是字符串,如果使用常数枚举的话,会误导读者以为编译后都是数字

jaceechan avatar May 27 '20 02:05 jaceechan