Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
6
node_modules/webpack/lib/ModuleFilenameHelpers.js
generated
vendored
6
node_modules/webpack/lib/ModuleFilenameHelpers.js
generated
vendored
@@ -15,7 +15,8 @@ const memoize = require("./util/memoize");
|
||||
/** @typedef {import("./Module")} Module */
|
||||
/** @typedef {import("./RequestShortener")} RequestShortener */
|
||||
|
||||
/** @typedef {string | RegExp | ((str: string) => boolean) | (string | RegExp | ((str: string) => boolean))[]} Matcher */
|
||||
/** @typedef {(str: string) => boolean} MatcherFn */
|
||||
/** @typedef {string | RegExp | MatcherFn | (string | RegExp | MatcherFn)[]} Matcher */
|
||||
/** @typedef {{ test?: Matcher, include?: Matcher, exclude?: Matcher }} MatchObject */
|
||||
|
||||
const ModuleFilenameHelpers = module.exports;
|
||||
@@ -115,7 +116,7 @@ const lazyObject = (obj) => {
|
||||
return newObj;
|
||||
};
|
||||
|
||||
const SQUARE_BRACKET_TAG_REGEXP = /\[\\*([\w-]+)\\*\]/gi;
|
||||
const SQUARE_BRACKET_TAG_REGEXP = /\[\\*([\w-]+)\\*\]/g;
|
||||
/**
|
||||
* @typedef {object} ModuleFilenameTemplateContext
|
||||
* @property {string} identifier the identifier of the module
|
||||
@@ -157,6 +158,7 @@ ModuleFilenameHelpers.createFilename = (
|
||||
|
||||
/** @type {ReturnStringCallback} */
|
||||
let absoluteResourcePath;
|
||||
/** @type {ReturnStringCallback} */
|
||||
let hash;
|
||||
/** @type {ReturnStringCallback} */
|
||||
let identifier;
|
||||
|
||||
Reference in New Issue
Block a user