Closed kwonoj closed 5 years ago
https://github.com/kwonoj/cld3-asm/blob/master/src/languageCode.ts#L5
stack": "TypeError: Cannot read property 'UNKNOWN' of undefined\n
need to export as enum instead of const enum maybe?
enum
const enum
closed via https://github.com/kwonoj/cld3-asm/pull/129 .
https://github.com/kwonoj/cld3-asm/blob/master/src/languageCode.ts#L5
need to export as
enum
instead ofconst enum
maybe?