| | |
| | | |
| | | 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 |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns errors |
| | | * Returns errors. |
| | | * @param {ModuleGraph} moduleGraph module graph |
| | | * @returns {WebpackError[] | null | undefined} errors |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * Serializes this instance into the provided serializer context. |
| | | * @param {ObjectSerializerContext} context context |
| | | */ |
| | | serialize(context) { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Restores this instance from the provided deserializer context. |
| | | * @param {ObjectDeserializerContext} context context |
| | | */ |
| | | deserialize(context) { |