From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送

---
 node_modules/webpack/lib/javascript/StartupHelpers.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/node_modules/webpack/lib/javascript/StartupHelpers.js b/node_modules/webpack/lib/javascript/StartupHelpers.js
index d42e490..52b37c9 100644
--- a/node_modules/webpack/lib/javascript/StartupHelpers.js
+++ b/node_modules/webpack/lib/javascript/StartupHelpers.js
@@ -25,6 +25,7 @@
 /** @typedef {ModuleId[]} ModuleIds */
 
 /**
+ * Returns runtime code.
  * @param {ChunkGraph} chunkGraph chunkGraph
  * @param {RuntimeTemplate} runtimeTemplate runtimeTemplate
  * @param {EntryModuleWithChunkGroup[]} entries entries
@@ -48,11 +49,13 @@
 	];
 
 	/**
+	 * Returns fn to execute.
 	 * @param {ModuleId} id id
 	 * @returns {string} fn to execute
 	 */
 	const runModule = (id) => `__webpack_exec__(${JSON.stringify(id)})`;
 	/**
+	 * Output combination.
 	 * @param {Chunks} chunks chunks
 	 * @param {ModuleIds} moduleIds module ids
 	 * @param {boolean=} final true when final, otherwise false
@@ -131,6 +134,7 @@
 };
 
 /**
+ * Returns initially fulfilled chunk ids.
  * @param {Chunk} chunk the chunk
  * @param {ChunkGraph} chunkGraph the chunk graph
  * @param {(chunk: Chunk, chunkGraph: ChunkGraph) => boolean} filterFn filter function
@@ -149,6 +153,7 @@
 };
 
 /**
+ * Processes the provided hash.
  * @param {Hash} hash the hash to update
  * @param {ChunkGraph} chunkGraph chunkGraph
  * @param {EntryModuleWithChunkGroup[]} entries entries

--
Gitblit v1.9.3