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

warning if "noUnusedParameters": true #206

Closed
trueflywood opened this issue Feb 3, 2017 · 0 comments
Closed

warning if "noUnusedParameters": true #206

trueflywood opened this issue Feb 3, 2017 · 0 comments

Comments

@trueflywood
Copy link

trueflywood commented Feb 3, 2017

If we use "noUnusedParameters" option for tsc , the compiler produces errors:

[default] /node_modules/ngx-uploader/src/directives/ng-file-drop.ts:66:15
'changes' is declared but never used.
[default] /node_modules/ngx-uploader/src/directives/ng-file-drop.ts:131:21
'event' is declared but never used.
[default] /node_modules/ngx-uploader/src/directives/ng-file-drop.ts:136:22
'event' is declared but never used.
[default] /node_modules/ngx-uploader/src/directives/ng-file-select.ts:35:15
'changes' is declared but never used.
[default] /node_modules/ngx-uploader/src/services/ngx-uploader.ts:85:27
'e' is declared but never used.
[default] /node_modules/ngx-uploader/src/services/ngx-uploader.ts:90:27
'e' is declared but never used.
[default] /node_modules/ngx-uploader/src/services/ngx-uploader.ts:131:41
'i' is declared but never used.

[email protected]

@jkuri jkuri closed this as completed in e1e1b16 Feb 8, 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

1 participant