haxiomic / dts2hx

Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
MIT License
134 stars 9 forks source link

No default constructors for extending classes #118

Closed vladimirvelikov closed 2 years ago

vladimirvelikov commented 2 years ago

If a class doesn't have an explicit constructor, allow it to automatically get the one from its superclass.

haxiomic commented 2 years ago

Thanks for the contribution @vladimirvelikov :D, this is perfect