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
As a user, I would like to improve the formatting of type unions requirements. Currently, the requirements are separated into multiple parentheses which can reduce the type readability.
Acceptance criteria
All requirements for a given type within a union are merged under one set of parentheses.
Example
string (url) (optional) or '' → string (url, optional) or ''
The text was updated successfully, but these errors were encountered:
As a user, I would like to improve the formatting of type unions requirements. Currently, the requirements are separated into multiple parentheses which can reduce the type readability.
Acceptance criteria
Example
string
(url) (optional) or''
→string
(url, optional) or''
The text was updated successfully, but these errors were encountered: