hxtsdgen
hxtsdgen copied to clipboard
Add option to generate interfaces for typedefs
Typedefs of Anonyous Structures currently are generated as TypeScript type, which strictly matches Haxe case.
However in practice we could optionally generate interfaces instead, which would provide slightly nicer compiler errors in some cases.