node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js
@@ -12,6 +12,7 @@ /** @typedef {import("../ModuleGraph")} ModuleGraph */ /** * Defines the used wasm dependency type used by this module. * @typedef {object} UsedWasmDependency * @property {WebAssemblyImportDependency} dependency the dependency * @property {string} name the export name @@ -21,6 +22,7 @@ const MANGLED_MODULE = "a"; /** * Gets used dependencies. * @param {ModuleGraph} moduleGraph the module graph * @param {Module} module the module * @param {boolean | undefined} mangle mangle module and export names