WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js
@@ -17,10 +17,12 @@
    */
   constructor(chunkMap) {
      super("chunk preload trigger", RuntimeModule.STAGE_TRIGGER);
      /** @type {ChunkChildIdsByOrdersMap} */
      this.chunkMap = chunkMap;
   }
   /**
    * Generates runtime code for this runtime module.
    * @returns {string | null} runtime code
    */
   generate() {