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 color is wrong on the extends directive after the comma
/** * @extends Base<T, U> */// ^ from here on
/** * @template T * @template U */classBase{}/** * @template T * @template U * @extends Base<T, U> */classDerivedextendsBase{}
The text was updated successfully, but these errors were encountered:
barsdeveloper
changed the title
Wrong color on JSDoc when using extend on a class having multiple generic parameter
Wrong color in JSDoc when using extends from a class having multiple generic parameter
Oct 13, 2023
The color is wrong on the extends directive after the comma
The text was updated successfully, but these errors were encountered: