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:
root
2026-02-20 11:31:28 +00:00
parent d01a6179aa
commit b5eb27a827
1690 changed files with 47348 additions and 16848 deletions

View File

@@ -31,6 +31,7 @@ const WebAssemblyUtils = require("./WebAssemblyUtils");
*/
const getAllWasmModules = (moduleGraph, chunkGraph, chunk) => {
const wasmModules = chunk.getAllAsyncChunks();
/** @type {Module[]} */
const array = [];
for (const chunk of wasmModules) {
for (const m of chunkGraph.getOrderedChunkModulesIterable(
@@ -67,6 +68,7 @@ const generateImportObject = (
const moduleGraph = chunkGraph.moduleGraph;
/** @type {Map<string, ModuleId>} */
const waitForInstances = new Map();
/** @type {{ module: string, name: string, value: string }[]} */
const properties = [];
const usedWasmDependencies = WebAssemblyUtils.getUsedDependencies(
moduleGraph,
@@ -136,6 +138,7 @@ const generateImportObject = (
}
}
/** @type {string[]} */
let importObject;
if (mangle) {
importObject = [