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
Similar to Comment 1, the baseline shows TS1184 errors for declare modifiers inside the function scope. These need to use definite assignment assertions (!) or initializers instead of declare when inside function bodies. #286264
Similar to Comment 1, the baseline shows TS1184 errors for declare modifiers inside the function scope. These need to use definite assignment assertions (!) or initializers instead of declare when inside function bodies.