Fix enums for integer types
-
Breaking Corrects mapping of enums for integer types (
byte,uint8etc).This will break functionality if you were using the incorrect key of
enum(instead ofenums) for the enums array.enumsis used instead ofenumasenumis a reserved word in JavaScript/ECMAScript.