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

diff --git a/node_modules/webpack/lib/RuntimeGlobals.js b/node_modules/webpack/lib/RuntimeGlobals.js
index 4f7d07d..3394dff 100644
--- a/node_modules/webpack/lib/RuntimeGlobals.js
+++ b/node_modules/webpack/lib/RuntimeGlobals.js
@@ -60,6 +60,11 @@
 module.exports.compatGetDefaultExport = "__webpack_require__.n";
 
 /**
+ * compile a wasm module from id and hash, returning WebAssembly.Module
+ */
+module.exports.compileWasm = "__webpack_require__.vs";
+
+/**
  * create a fake namespace object
  */
 module.exports.createFakeNamespaceObject = "__webpack_require__.t";
@@ -82,6 +87,7 @@
  * merge multiple CSS stylesheets (CSSStyleSheet or string) into one CSS text string
  * Arguments: (sheets: Array<CSSStyleSheet | string> | CSSStyleSheet | string) => string
  */
+module.exports.cssInjectStyle = "__webpack_require__.is";
 module.exports.cssMergeStyleSheets = "__webpack_require__.mcs";
 
 /**
@@ -404,6 +410,7 @@
 module.exports.startupEntrypoint = "__webpack_require__.X";
 
 /**
+ * Describes how this item operation behaves.
  * @deprecated
  * creating a default startup function with the entry modules
  */

--
Gitblit v1.9.3