Make WordPress Core

Changes between Initial Version and Version 65 of Ticket #60647


Ignore:
Timestamp:
12/04/2025 06:49:58 PM (6 months ago)
Author:
jonsurrell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60647

    • Property Status changed from assigned to closed
    • Property Summary changed from Script Modules: Allow modules to depend on existing WordPress scripts to Script Modules: Add data passing interface and a11y module
    • Property Version changed from to trunk
    • Property Milestone changed from Awaiting Review to 6.8
    • Property Keywords has-patch has-unit-tests added
    • Property Resolution changed from to fixed
  • Ticket #60647 – Description

    initial v65  
     1Script modules lack a lot of basic functionality available to scripts.
     2
     3- There's no way of associating data with modules to pass to the frontend.
     4- Modules cannot access functionality available to scripts.
     5
     6-----
     7
     8I've updated the title and description to better reflect [https://make.wordpress.org/core/2024/10/14/updates-to-script-modules-in-6-7/ what actually shipped as a result of the work on this ticket]. Original below.
     9
     10-----
     11
     12Original title: **Script Modules: Allow modules to depend on existing WordPress scripts**
     13
     14Original description:
     15
    116Script modules cannot depend on existing scripts such as `wp-url`, `wp-i18n`, or `wp-api-fetch`.
    217