-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(website): show union members of type aliases #10001
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #10001 +/- ##
==========================================
- Coverage 58.79% 58.49% -0.30%
==========================================
Files 240 241 +1
Lines 17033 17118 +85
Branches 1240 1241 +1
==========================================
Hits 10014 10014
- Misses 6974 7059 +85
Partials 45 45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please describe the changes this PR makes and why it should be merged:
Adds a
Union Members
section on Type Alias documentation pages that references the different types the Type Alias is a union of. This section only shows if the Type Alias is a union.Also refactored some
type
s in mainlib typings tointerface
s for better documentation purposes.Removed the unused
RecursiveArray
type, which was identical to theRecursiveReadonlyArray
type but never used.Status and versioning classification: