From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/webpack/lib/RecordIdsPlugin.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/node_modules/webpack/lib/RecordIdsPlugin.js b/node_modules/webpack/lib/RecordIdsPlugin.js
index abf1b30..cc7d293 100644
--- a/node_modules/webpack/lib/RecordIdsPlugin.js
+++ b/node_modules/webpack/lib/RecordIdsPlugin.js
@@ -13,6 +13,7 @@
/** @typedef {import("./Module")} Module */
/**
+ * Defines the records chunks type used by this module.
* @typedef {object} RecordsChunks
* @property {Record<string, number>=} byName
* @property {Record<string, number>=} bySource
@@ -20,18 +21,21 @@
*/
/**
+ * Defines the records modules type used by this module.
* @typedef {object} RecordsModules
* @property {Record<string, number>=} byIdentifier
* @property {number[]=} usedIds
*/
/**
+ * Defines the records type used by this module.
* @typedef {object} Records
* @property {RecordsChunks=} chunks
* @property {RecordsModules=} modules
*/
/**
+ * Defines the record ids plugin options type used by this module.
* @typedef {object} RecordIdsPluginOptions
* @property {boolean=} portableIds true, when ids need to be portable
*/
@@ -42,6 +46,7 @@
class RecordIdsPlugin {
/**
+ * Creates an instance of RecordIdsPlugin.
* @param {RecordIdsPluginOptions=} options object
*/
constructor(options) {
@@ -49,6 +54,7 @@
}
/**
+ * Applies the plugin by registering its hooks on the compiler.
* @param {Compiler} compiler the Compiler
* @returns {void}
*/
@@ -62,6 +68,7 @@
);
/**
+ * Gets module identifier.
* @param {Module} module the module
* @returns {string} the (portable) identifier
*/
@@ -113,6 +120,7 @@
/** @typedef {string[]} ChunkSources */
/**
+ * Gets chunk sources.
* @param {Chunk} chunk the chunk
* @returns {ChunkSources} sources of the chunk
*/
--
Gitblit v1.9.3