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

Generated code is not compliant with noUnusedParameters #116

Open
Hexxeh opened this issue May 11, 2018 · 1 comment
Open

Generated code is not compliant with noUnusedParameters #116

Hexxeh opened this issue May 11, 2018 · 1 comment

Comments

@Hexxeh
Copy link

Hexxeh commented May 11, 2018

struct MyResponse { }

generates the following code:

export class MyResponse { constructor(args?: IMyResponseArgs) { } }

which with noUnusedParameters causes errors

@kevin-greene-ck
Copy link
Contributor

Yeah, we don't document that it will work with that flag, just noUnusedLocals. I would like to add this support. Not sure when we will have the bandwidth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants