We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This simple case does not transform:
class Test { constructor(private tmp: any) { } public get() { return this.tmp; } }
The text was updated successfully, but these errors were encountered:
Heh, nice catch. If you wish you can provide a PR with the fix. If not, then I'll see into it in couple of days.
Sorry, something went wrong.
Added handling constructor parameters (#10)
182d557
Version 0.2.0 is just published!
Successfully merging a pull request may close this issue.
This simple case does not transform:
The text was updated successfully, but these errors were encountered: