You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that isSymbolInScopeOfMappedTypeParameter doesn't know about JSDoc. This function skips instantiation for type parameters that aren't even in scope. Unfortunately, it thinks that JSDoc type parameters are not in scope!
I made function SortFilter like this
And this is the result
As you could see. It seem like it only parse correctly when param is normal array. And fail with callback function as param
The text was updated successfully, but these errors were encountered: