From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/webpack/lib/util/URLAbsoluteSpecifier.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js b/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js
index 3a56c7c..1b5aa92 100644
--- a/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js
+++ b/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js
@@ -5,7 +5,7 @@
"use strict";
-/** @typedef {(error: Error|null, result?: Buffer) => void} ErrorFirstCallback */
+/** @typedef {(error: Error | null, result?: Buffer) => void} ErrorFirstCallback */
const backSlashCharCode = "\\".charCodeAt(0);
const slashCharCode = "/".charCodeAt(0);
@@ -25,7 +25,7 @@
* e.g. Absolute specifiers like 'file:///user/webpack/index.js'
* https://tools.ietf.org/html/rfc3986#section-3.1
* @param {string} specifier specifier
- * @returns {string|undefined} scheme if absolute URL specifier provided
+ * @returns {string | undefined} scheme if absolute URL specifier provided
*/
function getScheme(specifier) {
const start = specifier.charCodeAt(0);
@@ -74,6 +74,7 @@
}
/**
+ * Returns protocol if absolute URL specifier provided.
* @param {string} specifier specifier
* @returns {string | null | undefined} protocol if absolute URL specifier provided
*/
--
Gitblit v1.9.3