From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +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