WXL
3 天以前 888f941ae16c850c0f1a844ec9436058840920bd
node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js
@@ -19,6 +19,7 @@
class WebAssemblyImportDependency extends ModuleDependency {
   /**
    * Creates an instance of WebAssemblyImportDependency.
    * @param {string} request the request
    * @param {string} name the imported name
    * @param {ModuleImportDescription} description the WASM ast node
@@ -53,7 +54,7 @@
   }
   /**
    * Returns errors
    * Returns errors.
    * @param {ModuleGraph} moduleGraph module graph
    * @returns {WebpackError[] | null | undefined} errors
    */
@@ -74,6 +75,7 @@
   }
   /**
    * Serializes this instance into the provided serializer context.
    * @param {ObjectSerializerContext} context context
    */
   serialize(context) {
@@ -87,6 +89,7 @@
   }
   /**
    * Restores this instance from the provided deserializer context.
    * @param {ObjectDeserializerContext} context context
    */
   deserialize(context) {