You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have a class in csharp which implements IEquatable. Is there a way to exclude this interface from being inherited in typescript? This interface obviously does not exist in typescript an therefore generates an error.
Currently I'm helping myself by cleaning out the extends IEquatable<DiffPiece> after each generation, but this is not very convinient.
I may set up a pull request in the next days.
The text was updated successfully, but these errors were encountered:
Jonas-Marty
changed the title
How to
How to exclude some interfaces from being inherited?
Jun 24, 2019
Let's say I have a class in csharp which implements IEquatable. Is there a way to exclude this interface from being inherited in typescript? This interface obviously does not exist in typescript an therefore generates an error.
Currently I'm helping myself by cleaning out the
extends IEquatable<DiffPiece>
after each generation, but this is not very convinient.I may set up a pull request in the next days.
The text was updated successfully, but these errors were encountered: