-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Trunk] Rename experiments package to private-apis #47839
Conversation
Size Change: -890 B (0%) Total Size: 1.33 MB
ℹ️ View Unchanged
|
Flaky tests detected in a14a800. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4132674166
|
@geriux any idea why the mobile test suite fails with this PR?
|
I'll check it out 👍 |
Hey @adamziel 👋 We need to rename |
Thank you @geriux ! It works now |
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.
LGTM, thanks Adam!
a14a800
to
02f4f1a
Compare
* Rename the experiments package to private-apis * Adjust dev artifacts * Fix the import declarations * Fix dev artifacts * Fix php include path * Order deps alphabetically * Rename experiments.native.js to block-editor/src/private-apis.native.js * fix imports --------- Co-authored-by: ntsekouras <[email protected]>
Cherry-picked this PR to the wp/6.2 branch. |
What?
Renames the @wordpress/experiments package to @wordpress/private-apis to avoid confusion between internal APIs and experimental APIs. See #47785
Testing Instructions
Confirm the checks pass
cc @youknowriad @mcsf @peterwilsoncc