Closed elsassph closed 5 years ago
Generate Haxe abstract enums as TypeScript const enum, which are pure typing constructs (values are inlined).
const enum
Warning: doesn't correspond to any JS code, and isn't compatible with Babel's TypeScript (no const enum support).
Merge after #12
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