-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(applications): add Application structure
#11163
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11163 +/- ##
==========================================
- Coverage 44.19% 44.16% -0.03%
==========================================
Files 313 315 +2
Lines 18093 18151 +58
Branches 1796 1798 +2
==========================================
+ Hits 7996 8017 +21
- Misses 10085 10122 +37
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| /** | ||
| * {@inheritDoc Structure.[kPatch]} | ||
| * | ||
| * @internal | ||
| */ | ||
| public override [kPatch](data: Partial<APIApplication>) { | ||
| return super[kPatch](data); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /** | |
| * {@inheritDoc Structure.[kPatch]} | |
| * | |
| * @internal | |
| */ | |
| public override [kPatch](data: Partial<APIApplication>) { | |
| return super[kPatch](data); | |
| } |
This was a left-over from previous drafts for /structures and is not needed, since inheritance already causes exactly this.
Please describe the changes this PR makes and why it should be merged: