Scripts: Add viewScriptModule block.json support#58203
Conversation
|
Size Change: 0 B Total Size: 1.69 MB ℹ️ View Unchanged
|
|
Flaky tests detected in 0d5f4d1. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7816713470
|
7f4c75d to
0d5f4d1
Compare
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core SVNCore Committers: Use this line as a base for the props when committing in SVN: GitHub Merge commitsIf you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
What?
Support
viewScriptModulefor building view script modules.viewModuleis still supported but has been deprecated.Why?
The Module API was changed to use naming like "script module" instead of "module" so we're following that pattern with
viewScriptModule.See WordPress/wordpress-develop#5860
How?
Support is added just like
viewModulewas in #57461.Testing Instructions
Testing instructions are just like #57461, but make sure you switch
viewModuletoviewScriptModule.