elsassph / hxtsdgen

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

Add option to generate concrete enums #14

Closed elsassph closed 5 years ago

elsassph commented 5 years ago

TypeScript const enums have significant limitations when included in .d.ts - it should be possible to generate a .ts file along the .d.ts to provide concrete enums which will work with --transpileOnly/--preserveConstEnums and possibly Babel.