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:
3
node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js
generated
vendored
3
node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js
generated
vendored
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user