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/index.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/node_modules/webpack/lib/index.js b/node_modules/webpack/lib/index.js
index 9688e5a..a5d30d4 100644
--- a/node_modules/webpack/lib/index.js
+++ b/node_modules/webpack/lib/index.js
@@ -85,6 +85,7 @@
/** @typedef {import("./util/fs").OutputFileSystem} OutputFileSystem */
/**
+ * Returns function.
* @template {EXPECTED_FUNCTION} T
* @param {() => T} factory factory function
* @returns {T} function
@@ -93,6 +94,7 @@
const fac = memoize(factory);
const f = /** @type {unknown} */ (
/**
+ * Handles the callback logic for this hook.
* @param {...EXPECTED_ANY} args args
* @returns {T} result
*/
@@ -102,6 +104,7 @@
};
/**
+ * Merges the provided values into a single result.
* @template A
* @template B
* @param {A} obj input a
@@ -142,6 +145,7 @@
return require("./webpack");
},
/**
+ * Returns validate fn.
* @returns {(configuration: Configuration | MultiConfiguration) => void} validate fn
*/
get validate() {
@@ -151,6 +155,7 @@
const getRealValidate = memoize(
/**
+ * Handles the callback logic for this hook.
* @returns {(configuration: Configuration | MultiConfiguration) => void} validate fn
*/
() => {
--
Gitblit v1.9.3