xcatliu / typescript-tutorial

TypeScript 入门教程
https://ts.xcatliu.com
10.44k stars 1.33k forks source link

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

Open jaceechan opened 4 years ago

jaceechan commented 4 years ago

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