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/Parser.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/node_modules/webpack/lib/Parser.js b/node_modules/webpack/lib/Parser.js
index 4ad1a9a..9a33166 100644
--- a/node_modules/webpack/lib/Parser.js
+++ b/node_modules/webpack/lib/Parser.js
@@ -12,6 +12,7 @@
/** @typedef {Record<string, EXPECTED_ANY>} PreparsedAst */
/**
+ * Defines the parser state base type used by this module.
* @typedef {object} ParserStateBase
* @property {string | Buffer} source
* @property {NormalModule} current
@@ -20,11 +21,12 @@
* @property {WebpackOptions} options
*/
-/** @typedef {Record<string, EXPECTED_ANY> & ParserStateBase} ParserState */
+/** @typedef {ParserStateBase & Record<string, EXPECTED_ANY>} ParserState */
class Parser {
/* istanbul ignore next */
/**
+ * Parses the provided source and updates the parser state.
* @abstract
* @param {string | Buffer | PreparsedAst} source the source to parse
* @param {ParserState} state the parser state
--
Gitblit v1.9.3