-
Notifications
You must be signed in to change notification settings - Fork 372
Add strictNullChecks && noUnusedParameters support #497
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
Comments
@paulsouche Hi & Merci for your proposal! I'll deliver a pull request as soon as possible for this. |
@udos86 Hi & thx a lot for your fast commit
BTW you should maybe use declarations files |
@paulsouche Thanks, I fixed those three errors in new
Mmh, I'm already delivering |
Wow that was fast ! You're delivering both If there was only
It comes from a That's strange because your typings key in EDIT Found it microsoft/TypeScript#15363 |
@paulsouche Merci beaucoup! I always considered it a good practice to publish TypeScript source code especially for providing a good debugging experience via SystemJS. |
Hey Paul, I am getting the same error . How did you resolve this? |
@arpitrajpurohit which version are you using ? Work fine for me in 5.0.0 Basically I have a |
Hi,
Transpiling with
strictNullChecks
&&noUnusedParameters
does not work...Is it planned to support this ? Is there a milestone open ?
Thx anyway for the great job
Errors
The text was updated successfully, but these errors were encountered: