Ryan Cavanaugh
Ryan Cavanaugh
The logic that's going wrong here is that we fetch the contextual type to give to `...args` based on the LHS argument lists. There we get `[unknown]`, and `[unknown unknown]`,...
@alexeagle is there any additional action needed here?
@sandersn is this possible?
This scenario is going to be completely busted for a lot of reasons. It seems like the option one would really want, if they found themselves stuck in it, would...
@snowinmars That library has a correct `typings` field so you shouldn't be seeing that error, can you clarify how your project is configured? https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/package.json#L24 An external library not having `strictNullChecks`...
If the MSAL authors are telling you to import the TS sources directly from their packages, please tell me where so I can go tell them to fix their docs....
Can people post "Here's how I ended up importing .ts files from node_modules" or "Here are the errors in a .d.ts in node_modules I had" instead of "same" ?
There's no such thing as "importing straight TS" from another module which has a different configuration from yours (and, as you point out, different people having different configurations is very...
Logged #10485 because we always prefer to just have narrowing happen automatically. We've wanted a syntactic space for this for a while but haven't found anything that isn't ugly or...
> If that logic doesn't work out of the box then it should be fixed. The defaulting only goes one level, not multi-level like you're implying here I don't see...