kwonoj / cld3-asm

WebAssembly based Javascript bindings for google Compact Language Detector v3
MIT License
57 stars 7 forks source link

LanguageCode is not available on runtime #128

Closed kwonoj closed 5 years ago

kwonoj commented 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?

kwonoj commented 5 years ago

closed via https://github.com/kwonoj/cld3-asm/pull/129 .