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:
4
node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js
generated
vendored
4
node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js
generated
vendored
@@ -9,14 +9,16 @@ const RuntimeModule = require("../RuntimeModule");
|
||||
const Template = require("../Template");
|
||||
|
||||
/** @typedef {import("../Chunk")} Chunk */
|
||||
/** @typedef {import("../Chunk").ChunkChildOfTypeInOrder} ChunkChildOfTypeInOrder */
|
||||
/** @typedef {import("../Compilation")} Compilation */
|
||||
|
||||
class ChunkPrefetchStartupRuntimeModule extends RuntimeModule {
|
||||
/**
|
||||
* @param {{ onChunks: Chunk[], chunks: Set<Chunk> }[]} startupChunks chunk ids to trigger when chunks are loaded
|
||||
* @param {ChunkChildOfTypeInOrder[]} startupChunks chunk ids to trigger when chunks are loaded
|
||||
*/
|
||||
constructor(startupChunks) {
|
||||
super("startup prefetch", RuntimeModule.STAGE_TRIGGER);
|
||||
/** @type {ChunkChildOfTypeInOrder[]} */
|
||||
this.startupChunks = startupChunks;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user