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/runtime/HelperRuntimeModule.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/node_modules/webpack/lib/runtime/HelperRuntimeModule.js b/node_modules/webpack/lib/runtime/HelperRuntimeModule.js
index 012916c..b7214e2 100644
--- a/node_modules/webpack/lib/runtime/HelperRuntimeModule.js
+++ b/node_modules/webpack/lib/runtime/HelperRuntimeModule.js
@@ -6,8 +6,13 @@
 
 const RuntimeModule = require("../RuntimeModule");
 
+/**
+ * Base class for runtime modules that only emit helper functions and do not
+ * need special staging or attachment behavior beyond `RuntimeModule`.
+ */
 class HelperRuntimeModule extends RuntimeModule {
 	/**
+	 * Creates a helper runtime module with the provided readable name.
 	 * @param {string} name a readable name
 	 */
 	constructor(name) {

--
Gitblit v1.9.3