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

diff --git a/node_modules/webpack/lib/util/smartGrouping.js b/node_modules/webpack/lib/util/smartGrouping.js
index fbbfa33..0beb612 100644
--- a/node_modules/webpack/lib/util/smartGrouping.js
+++ b/node_modules/webpack/lib/util/smartGrouping.js
@@ -6,6 +6,7 @@
 "use strict";
 
 /**
+ * Defines the group options type used by this module.
  * @typedef {object} GroupOptions
  * @property {boolean=} groupChildren
  * @property {boolean=} force
@@ -13,6 +14,7 @@
  */
 
 /**
+ * Defines the group config type used by this module.
  * @template I
  * @template G
  * @typedef {object} GroupConfig
@@ -22,17 +24,20 @@
  */
 
 /**
+ * Defines the group type used by this module.
  * @template I
  * @template G
  * @typedef {{ config: GroupConfig<I, G>, name: string, alreadyGrouped: boolean, items: Items<I, G> | undefined }} Group
  */
 
 /**
+ * Defines the groups type used by this module.
  * @template I, G
  * @typedef {Set<Group<I, G>>} Groups
  */
 
 /**
+ * Defines the item with groups type used by this module.
  * @template I
  * @template G
  * @typedef {object} ItemWithGroups
@@ -41,11 +46,13 @@
  */
 
 /**
+ * Defines the items type used by this module.
  * @template T, G
  * @typedef {Set<ItemWithGroups<T, G>>} Items
  */
 
 /**
+ * Returns grouped items.
  * @template I
  * @template G
  * @template R
@@ -90,6 +97,7 @@
 	}
 
 	/**
+	 * Returns groups items.
 	 * @param {Items<I, G>} itemsWithGroups input items with groups
 	 * @returns {(I | G)[]} groups items
 	 */

--
Gitblit v1.9.3