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/wasm-sync/WebAssemblyUtils.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js b/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js
index 27c5111..35f7195 100644
--- a/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js
+++ b/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js
@@ -12,6 +12,7 @@
 /** @typedef {import("../ModuleGraph")} ModuleGraph */
 
 /**
+ * Defines the used wasm dependency type used by this module.
  * @typedef {object} UsedWasmDependency
  * @property {WebAssemblyImportDependency} dependency the dependency
  * @property {string} name the export name
@@ -21,6 +22,7 @@
 const MANGLED_MODULE = "a";
 
 /**
+ * Gets used dependencies.
  * @param {ModuleGraph} moduleGraph the module graph
  * @param {Module} module the module
  * @param {boolean | undefined} mangle mangle module and export names

--
Gitblit v1.9.3