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/node/NodeWatchFileSystem.js
generated
vendored
6
node_modules/webpack/lib/node/NodeWatchFileSystem.js
generated
vendored
@@ -8,6 +8,8 @@
|
||||
const util = require("util");
|
||||
const Watchpack = require("watchpack");
|
||||
|
||||
/** @typedef {import("watchpack").TimeInfoEntries} TimeInfoEntries */
|
||||
/** @typedef {import("watchpack").WatchOptions} WatchOptions */
|
||||
/** @typedef {import("../util/fs").InputFileSystem} InputFileSystem */
|
||||
/** @typedef {import("../util/fs").WatchMethod} WatchMethod */
|
||||
/** @typedef {import("../util/fs").Changes} Changes */
|
||||
@@ -18,7 +20,9 @@ class NodeWatchFileSystem {
|
||||
* @param {InputFileSystem} inputFileSystem input filesystem
|
||||
*/
|
||||
constructor(inputFileSystem) {
|
||||
/** @type {InputFileSystem} */
|
||||
this.inputFileSystem = inputFileSystem;
|
||||
/** @type {WatchOptions} */
|
||||
this.watcherOptions = {
|
||||
aggregateTimeout: 0
|
||||
};
|
||||
@@ -65,7 +69,9 @@ class NodeWatchFileSystem {
|
||||
}
|
||||
|
||||
const fetchTimeInfo = () => {
|
||||
/** @type {TimeInfoEntries} */
|
||||
const fileTimeInfoEntries = new Map();
|
||||
/** @type {TimeInfoEntries} */
|
||||
const contextTimeInfoEntries = new Map();
|
||||
if (this.watcher) {
|
||||
this.watcher.collectTimeInfoEntries(
|
||||
|
||||
Reference in New Issue
Block a user