From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/webpack/lib/container/options.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/node_modules/webpack/lib/container/options.js b/node_modules/webpack/lib/container/options.js
index 953aea6..3625caf 100644
--- a/node_modules/webpack/lib/container/options.js
+++ b/node_modules/webpack/lib/container/options.js
@@ -6,16 +6,19 @@
"use strict";
/**
+ * Defines the item type used by this module.
* @template T
* @typedef {Record<string, string | string[] | T>} Item
*/
/**
+ * Defines the container options format type used by this module.
* @template T
* @typedef {(string | Item<T>)[] | Item<T>} ContainerOptionsFormat
*/
/**
+ * Processes the provided t.
* @template T
* @template N
* @param {ContainerOptionsFormat<T>} options options passed by the user
@@ -26,6 +29,7 @@
*/
const process = (options, normalizeSimple, normalizeOptions, fn) => {
/**
+ * Processes the provided item.
* @param {(string | Item<T>)[]} items items
*/
const array = (items) => {
@@ -40,6 +44,7 @@
}
};
/**
+ * Processes the provided obj.
* @param {Item<T>} obj an object
*/
const object = (obj) => {
@@ -63,6 +68,7 @@
};
/**
+ * Returns parsed options.
* @template T
* @template R
* @param {ContainerOptionsFormat<T>} options options passed by the user
@@ -80,6 +86,7 @@
};
/**
+ * Returns options to spread or pass.
* @template T
* @param {string} scope scope name
* @param {ContainerOptionsFormat<T>} options options passed by the user
--
Gitblit v1.9.3