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
Assigning to a variable with the same name as an imported type no longer
falsely reports E0185 ("assignment to imported variable").
Interface index signature variables can now be named contextual keywords
such as type.
Writing ++x inside ? : no longer falsely reports E0254 ("unexpected
':' in expression; did you mean 'as'?").
Hypthenated JSX attribute names following generic JSX component names, such
as in <MyComponent<T> aria-label="..." />, now parse correctly and no
longer report E0054 ("unexpected token").