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

diff --git a/node_modules/webpack/lib/ModuleStoreError.js b/node_modules/webpack/lib/ModuleStoreError.js
index 26ca0c8..772338f 100644
--- a/node_modules/webpack/lib/ModuleStoreError.js
+++ b/node_modules/webpack/lib/ModuleStoreError.js
@@ -11,6 +11,7 @@
 
 class ModuleStoreError extends WebpackError {
 	/**
+	 * Creates an instance of ModuleStoreError.
 	 * @param {Module} module module tied to dependency
 	 * @param {string | Error} err error thrown
 	 */
@@ -33,6 +34,7 @@
 
 		super(message);
 
+		/** @type {string} */
 		this.name = "ModuleStoreError";
 		this.details = /** @type {string | undefined} */ (details);
 		this.module = module;
@@ -40,4 +42,5 @@
 	}
 }
 
+/** @type {typeof ModuleStoreError} */
 module.exports = ModuleStoreError;

--
Gitblit v1.9.3