Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IsAbstract in Method #215

Closed
msawczyn opened this issue Sep 15, 2017 · 1 comment
Closed

Support for IsAbstract in Method #215

msawczyn opened this issue Sep 15, 2017 · 1 comment

Comments

@msawczyn
Copy link
Contributor

Thanks for adding $IsAbstract to Class ... it would be extremely useful to have it in Method as well.

My use case is that I'm generating translations for service classes, and the services inherit from a base class. The base class has been abstract alI along, but I just ran across a need to add an abstract method there and implement in the derived services. Generating the TS, I'm getting two implementations in each service, and I can't see a way of filtering out the abstract declaration in the base class to solve the problem.

Of course, if this gets implemented, might as well add it to Property while you're there :-)

If too time consuming, I can dig into it and create a pull request when I get it solved, but no guarantees on schedule.

Thanks.

@frhagn
Copy link
Owner

frhagn commented Oct 1, 2017

Hi @msawczyn,
I've added this in Typewriter 1.14.0.

@frhagn frhagn closed this as completed Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants