Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #60647, comment 13


Ignore:
Timestamp:
04/04/2024 08:54:20 PM (15 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60647, comment 13

    v1 v2  
    22> The first option is to allow modules to depend on scripts. This seems to be a fairly simple and safe change.
    33
    4 Big +1. Thinking any "mixing" of modules and "ordinary" scripts should be kept to a minimum, and the simpler it is handled -- the better.
     4Big +1. Thinking any "mixing" of modules and "ordinary, old-style" scripts should be kept to a minimum, and the simpler it is handled -- the better.
    55
    66> The downside with this first option is that it does not provide a transition strategy from scripts to modules and we sacrifice some of the potential benefits of modules like deferred or conditional/on-demand loading of modules.