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
fix: add generic info for methods with thisArg of built-in classes
when enabling noImplicitThis, if assing this argument for
methods like `array.forEach` will cause compile error.
This commit fixes it.
fixmicrosoft#12548
0 commit comments