Lint all servicesSources#8810
Conversation
|
Hi @Andy-MS, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
| @@ -1,4 +1,5 @@ | |||
| ///<reference path='references.ts' /> | |||
| /* tslint:disable:no-null-keyword */ | |||
There was a problem hiding this comment.
Weird. Is this the only file that uses null? I wonder if it was intentional. Does it work if you switch to undefined? Ron or Vlad might also be able to tell you if the usage was intentional.
There was a problem hiding this comment.
Never mind, I got to the more extensive uses of null below. Still might be worth asking around to see if you can learn the reason for null usage here and nowhere else.
|
👍 although it would be nice to know why services uses null, especially in undefined-accepting constructions like |
No description provided.