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

diff --git a/node_modules/webpack/lib/DependenciesBlock.js b/node_modules/webpack/lib/DependenciesBlock.js
index 44fce9b..2f33958 100644
--- a/node_modules/webpack/lib/DependenciesBlock.js
+++ b/node_modules/webpack/lib/DependenciesBlock.js
@@ -53,6 +53,7 @@
 	}
 
 	/**
+	 * Adds the provided dependency to the dependencies block.
 	 * @param {Dependency} dependency dependency being tied to block.
 	 * This is an "edge" pointing to another "node" on module graph.
 	 * @returns {void}
@@ -62,6 +63,7 @@
 	}
 
 	/**
+	 * Removes dependency.
 	 * @param {Dependency} dependency dependency being removed
 	 * @returns {void}
 	 */
@@ -73,7 +75,7 @@
 	}
 
 	/**
-	 * Removes all dependencies and blocks
+	 * Clear dependencies and blocks.
 	 * @returns {void}
 	 */
 	clearDependenciesAndBlocks() {
@@ -82,6 +84,7 @@
 	}
 
 	/**
+	 * Updates the hash with the data contributed by this instance.
 	 * @param {Hash} hash the hash used to track dependencies
 	 * @param {UpdateHashContext} context context
 	 * @returns {void}
@@ -96,6 +99,7 @@
 	}
 
 	/**
+	 * Serializes this instance into the provided serializer context.
 	 * @param {ObjectSerializerContext} context context
 	 */
 	serialize({ write }) {
@@ -104,6 +108,7 @@
 	}
 
 	/**
+	 * Restores this instance from the provided deserializer context.
 	 * @param {ObjectDeserializerContext} context context
 	 */
 	deserialize({ read }) {

--
Gitblit v1.9.3