| ContainerEntryDependency.js |
@typedef {import("./ContainerEntryModule").ExposesList} ExposesList |
1262 |
- |
| ContainerEntryModule.js |
@typedef {import("../config/defaults").WebpackOptionsNormalizedWithDefaults} WebpackOptions |
10022 |
- |
| ContainerEntryModuleFactory.js |
@typedef {import("../ModuleFactory").ModuleFactoryCallback} ModuleFactoryCallback |
1025 |
- |
| ContainerExposedDependency.js |
@typedef {import("../serialization/ObjectMiddleware").ObjectDeserializerContext<[string]>} ObjectDeserializerContext |
1793 |
- |
| ContainerPlugin.js |
@typedef {import("../../declarations/plugins/container/ContainerPlugin").ContainerPluginOptions} ContainerPluginOptions |
3270 |
- |
| ContainerReferencePlugin.js |
@typedef {import("../../declarations/plugins/container/ContainerReferencePlugin").ContainerReferencePluginOptions} ContainerReferencePluginOptions |
4706 |
- |
| FallbackDependency.js |
@typedef {import("./RemoteModule").ExternalRequests} ExternalRequests |
1779 |
- |
| FallbackItemDependency.js |
Creates an instance of FallbackItemDependency.
@param {string} request request
|
692 |
- |
| FallbackModule.js |
@typedef {import("../config/defaults").WebpackOptionsNormalizedWithDefaults} WebpackOptions |
7137 |
- |
| FallbackModuleFactory.js |
@typedef {import("../ModuleFactory").ModuleFactoryCallback} ModuleFactoryCallback |
958 |
- |
| HoistContainerReferencesPlugin.js |
@typedef {import("../Compilation")} Compilation |
7533 |
- |
| ModuleFederationPlugin.js |
@typedef {import("../../declarations/plugins/container/ModuleFederationPlugin").ExternalsType} ExternalsType |
3784 |
- |
| options.js |
Defines the item type used by this module.
@template T
@typedef {Record<string, string | string[] | T>} Item
|
3111 |
- |
| RemoteModule.js |
@typedef {import("../config/defaults").WebpackOptionsNormalizedWithDefaults} WebpackOptions |
8865 |
- |
| RemoteRuntimeModule.js |
@typedef {import("../Chunk")} Chunk |
5025 |
- |
| RemoteToExternalDependency.js |
Creates an instance of RemoteToExternalDependency.
@param {string} request request
|
693 |
- |