elsassph / hxtsdgen

TypeScript declaration file generator for Haxe JavaScript output target
65 stars 12 forks source link

Abstract enum generation #13

Closed elsassph closed 5 years ago

elsassph commented 5 years ago

Generate Haxe abstract enums as TypeScript const enum, which are pure typing constructs (values are inlined).

Warning: doesn't correspond to any JS code, and isn't compatible with Babel's TypeScript (no const enum support).

Merge after #12