ted537 / tsembind

Generate typescript bindings for Embind projects
23 stars 3 forks source link

Correctly create classes with base class information for sub-classes #10

Closed JeanChristopheMorinPerso closed 1 year ago

JeanChristopheMorinPerso commented 1 year ago

Hello, first of all, thanks for this project!

While using it, I noticed that exported sub-classes where not extending their parent class.

This PR fixes that!

ted537 commented 1 year ago

Excellent, thanks!