Open elsassph opened 5 years ago
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.
type
interface
Typedefs of Anonyous Structures currently are generated as TypeScript
type
, which strictly matches Haxe case. However in practice we could optionally generateinterface
s instead, which would provide slightly nicer compiler errors in some cases.