-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore: Mark teams-prg owned APIs with @internal #23689
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
Conversation
Goes through the packages owned by teams-prg and adds @internal to APIs that are not intended for public use
📊 Bundle size reportUnchanged fixtures
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 11ebf8a:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 18a0c05530dff13ff19e69652bf4eb6c47ecaa3c (build) |
|
|
||
| /** | ||
| * Resets generated IDs, should be used only in tests. | ||
| * |
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.
So this is no longer internal?
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.
this shouldn't be internal actually, because in order to have deterministic ids in unit tests, users will need to invoke this utility
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 1416 | 1449 | 5000 | |
| Button | mount | 1121 | 1108 | 5000 | |
| FluentProvider | mount | 2029 | 2111 | 5000 | |
| FluentProviderWithTheme | mount | 777 | 783 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 728 | 710 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 771 | 805 | 10 | |
| MakeStyles | mount | 2113 | 2163 | 50000 |


Goes through the packages owned by teams-prg and adds @internal to APIs
that are not intended for public use
Follow up from #23577