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
I stumbled today over these two highlighting errors in typescript.
I'm not sure wehter these inconsistencies are caused by this theme or not, but I don't know where else to create this issue.
typeveryLongLongLongTypeName1={[key: string]: any};typeveryVeryLongLongLongTypeName2={[key: string]: any};functionLoremIpsumFunc(// the color should be light blue for a variableparam: (|veryLongLongLongTypeName1|veryVeryLongLongLongTypeName2)["veryLongKey"]){returnparam;}classA{publicLoremIpsumFunc<// the color should be green for all the types and dark blue for 'extends'TextendsveryLongLongLongTypeName1|veryVeryLongLongLongTypeName2>(param: T){returnparam;}}
The text was updated successfully, but these errors were encountered:
Hi there :)
I stumbled today over these two highlighting errors in typescript.
I'm not sure wehter these inconsistencies are caused by this theme or not, but I don't know where else to create this issue.
The text was updated successfully, but these errors were encountered: