@module-federation/enhanced 2.1.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CHANGELOG.md +2375 -0
- package/dist/README.md +213 -0
- package/dist/rstestmigrate.md +140 -0
- package/dist/src/_virtual/_rolldown/runtime.js +47 -0
- package/dist/src/index.d.ts +22 -19
- package/dist/src/index.js +47 -43
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/Constants.d.ts +25 -29
- package/dist/src/lib/Constants.js +136 -116
- package/dist/src/lib/Constants.js.map +1 -1
- package/dist/src/lib/container/AsyncBoundaryPlugin.d.ts +20 -16
- package/dist/src/lib/container/AsyncBoundaryPlugin.js +137 -200
- package/dist/src/lib/container/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryDependency.d.ts +28 -23
- package/dist/src/lib/container/ContainerEntryDependency.js +39 -39
- package/dist/src/lib/container/ContainerEntryDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModule.d.ts +93 -84
- package/dist/src/lib/container/ContainerEntryModule.js +219 -234
- package/dist/src/lib/container/ContainerEntryModule.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/ContainerEntryModuleFactory.js +21 -25
- package/dist/src/lib/container/ContainerEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/container/ContainerExposedDependency.d.ts +29 -24
- package/dist/src/lib/container/ContainerExposedDependency.js +47 -47
- package/dist/src/lib/container/ContainerExposedDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerPlugin.d.ts +12 -8
- package/dist/src/lib/container/ContainerPlugin.js +147 -211
- package/dist/src/lib/container/ContainerPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerReferencePlugin.d.ts +16 -12
- package/dist/src/lib/container/ContainerReferencePlugin.js +74 -102
- package/dist/src/lib/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/lib/container/FallbackDependency.d.ts +24 -19
- package/dist/src/lib/container/FallbackDependency.js +46 -44
- package/dist/src/lib/container/FallbackDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackItemDependency.d.ts +13 -8
- package/dist/src/lib/container/FallbackItemDependency.js +24 -24
- package/dist/src/lib/container/FallbackItemDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackModule.d.ts +82 -71
- package/dist/src/lib/container/FallbackModule.js +133 -145
- package/dist/src/lib/container/FallbackModule.js.map +1 -1
- package/dist/src/lib/container/FallbackModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/FallbackModuleFactory.js +20 -24
- package/dist/src/lib/container/FallbackModuleFactory.js.map +1 -1
- package/dist/src/lib/container/HoistContainerReferencesPlugin.d.ts +11 -7
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js +125 -188
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/lib/container/ModuleFederationPlugin.d.ts +20 -16
- package/dist/src/lib/container/ModuleFederationPlugin.js +143 -181
- package/dist/src/lib/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/lib/container/RemoteModule.d.ts +79 -74
- package/dist/src/lib/container/RemoteModule.js +143 -153
- package/dist/src/lib/container/RemoteModule.js.map +1 -1
- package/dist/src/lib/container/RemoteRuntimeModule.d.ts +12 -7
- package/dist/src/lib/container/RemoteRuntimeModule.js +86 -132
- package/dist/src/lib/container/RemoteRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/RemoteToExternalDependency.d.ts +13 -8
- package/dist/src/lib/container/RemoteToExternalDependency.js +25 -23
- package/dist/src/lib/container/RemoteToExternalDependency.js.map +1 -1
- package/dist/src/lib/container/constant.d.ts +3 -0
- package/dist/src/lib/container/constant.js +11 -14
- package/dist/src/lib/container/constant.js.map +1 -1
- package/dist/src/lib/container/options.d.ts +7 -3
- package/dist/src/lib/container/options.js +51 -69
- package/dist/src/lib/container/options.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.d.ts +14 -9
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js +56 -64
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.d.ts +23 -19
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js +71 -101
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationModulesPlugin.d.ts +20 -16
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js +55 -47
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.d.ts +9 -4
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js +16 -12
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeModule.d.ts +16 -11
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js +39 -46
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.d.ts +31 -20
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js +265 -358
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/getFederationGlobal.d.ts +9 -4
- package/dist/src/lib/container/runtime/getFederationGlobal.js +43 -41
- package/dist/src/lib/container/runtime/getFederationGlobal.js.map +1 -1
- package/dist/src/lib/container/runtime/utils.d.ts +24 -13
- package/dist/src/lib/container/runtime/utils.js +83 -101
- package/dist/src/lib/container/runtime/utils.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.d.ts +15 -10
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js +27 -25
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedModule.d.ts +77 -68
- package/dist/src/lib/sharing/ConsumeSharedModule.js +186 -214
- package/dist/src/lib/sharing/ConsumeSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedPlugin.d.ts +13 -9
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js +308 -475
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js +107 -137
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideForSharedDependency.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideForSharedDependency.js +25 -25
- package/dist/src/lib/sharing/ProvideForSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedDependency.d.ts +44 -39
- package/dist/src/lib/sharing/ProvideSharedDependency.js +72 -76
- package/dist/src/lib/sharing/ProvideSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModule.d.ts +91 -82
- package/dist/src/lib/sharing/ProvideSharedModule.js +177 -184
- package/dist/src/lib/sharing/ProvideSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js +19 -25
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedPlugin.d.ts +27 -21
- package/dist/src/lib/sharing/ProvideSharedPlugin.js +341 -550
- package/dist/src/lib/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/SharePlugin.d.ts +53 -49
- package/dist/src/lib/sharing/SharePlugin.js +86 -100
- package/dist/src/lib/sharing/SharePlugin.js.map +1 -1
- package/dist/src/lib/sharing/ShareRuntimeModule.d.ts +12 -7
- package/dist/src/lib/sharing/ShareRuntimeModule.js +81 -103
- package/dist/src/lib/sharing/ShareRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/resolveMatchedConfigs.d.ts +11 -7
- package/dist/src/lib/sharing/resolveMatchedConfigs.js +58 -71
- package/dist/src/lib/sharing/resolveMatchedConfigs.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.d.ts +18 -14
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js +74 -128
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.d.ts +39 -34
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js +234 -328
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js +30 -28
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.d.ts +28 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js +91 -95
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.d.ts +29 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js +47 -43
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.d.ts +20 -15
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js +33 -29
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.d.ts +85 -77
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js +141 -153
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js +20 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.d.ts +21 -16
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js +157 -231
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.d.ts +14 -9
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js +26 -27
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.d.ts +18 -13
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js +41 -49
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/utils.d.ts +27 -24
- package/dist/src/lib/sharing/utils.js +224 -367
- package/dist/src/lib/sharing/utils.js.map +1 -1
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.d.ts +11 -7
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js +56 -75
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js.map +1 -1
- package/dist/src/lib/startup/StartupHelpers.d.ts +11 -6
- package/dist/src/lib/startup/StartupHelpers.js +128 -178
- package/dist/src/lib/startup/StartupHelpers.js.map +1 -1
- package/dist/src/prefetch.d.ts +3 -2
- package/dist/src/prefetch.js +17 -8
- package/dist/src/rspack.d.ts +3 -2
- package/dist/src/rspack.js +35 -11
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.d.ts +8 -4
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js +19 -16
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js.map +1 -1
- package/dist/src/runtime.d.ts +1 -1
- package/dist/src/runtime.js +11 -18
- package/dist/src/schemas/container/ContainerPlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerPlugin.check.js +958 -1218
- package/dist/src/schemas/container/ContainerPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerPlugin.d.ts +271 -268
- package/dist/src/schemas/container/ContainerPlugin.js +273 -361
- package/dist/src/schemas/container/ContainerPlugin.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js +335 -443
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.d.ts +102 -99
- package/dist/src/schemas/container/ContainerReferencePlugin.js +122 -162
- package/dist/src/schemas/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.check.d.ts +13 -5
- package/dist/src/schemas/container/ExternalsType.check.js +36 -62
- package/dist/src/schemas/container/ExternalsType.check.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.d.ts +5 -2
- package/dist/src/schemas/container/ExternalsType.js +8 -11
- package/dist/src/schemas/container/ExternalsType.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js +3001 -4812
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.d.ts +819 -814
- package/dist/src/schemas/container/ModuleFederationPlugin.js +780 -1053
- package/dist/src/schemas/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js +568 -768
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.d.ts +197 -194
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js +212 -238
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js +598 -804
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.d.ts +184 -181
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js +196 -229
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.d.ts +12 -4
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js +285 -482
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.d.ts +103 -100
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js +104 -126
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/SharePlugin.check.js +749 -965
- package/dist/src/schemas/sharing/SharePlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.d.ts +245 -242
- package/dist/src/schemas/sharing/SharePlugin.js +256 -293
- package/dist/src/schemas/sharing/SharePlugin.js.map +1 -1
- package/dist/src/utils.d.ts +3 -0
- package/dist/src/utils.js +35 -26
- package/dist/src/utils.js.map +1 -1
- package/dist/src/webpack.d.ts +2 -2
- package/dist/src/webpack.js +6 -40
- package/dist/src/wrapper/AsyncBoundaryPlugin.d.ts +9 -4
- package/dist/src/wrapper/AsyncBoundaryPlugin.js +12 -11
- package/dist/src/wrapper/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/wrapper/BaseWrapperPlugin.d.ts +18 -13
- package/dist/src/wrapper/BaseWrapperPlugin.js +39 -39
- package/dist/src/wrapper/BaseWrapperPlugin.js.map +1 -1
- package/dist/src/wrapper/ConsumeSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ConsumeSharedPlugin.js +12 -11
- package/dist/src/wrapper/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerPlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerPlugin.js +12 -11
- package/dist/src/wrapper/ContainerPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerReferencePlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerReferencePlugin.js +12 -11
- package/dist/src/wrapper/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/wrapper/FederationModulesPlugin.d.ts +18 -10
- package/dist/src/wrapper/FederationModulesPlugin.js +19 -19
- package/dist/src/wrapper/FederationModulesPlugin.js.map +1 -1
- package/dist/src/wrapper/FederationRuntimePlugin.d.ts +11 -6
- package/dist/src/wrapper/FederationRuntimePlugin.js +18 -17
- package/dist/src/wrapper/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/wrapper/HoistContainerReferencesPlugin.d.ts +8 -3
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js +12 -11
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/wrapper/ModuleFederationPlugin.d.ts +12 -7
- package/dist/src/wrapper/ModuleFederationPlugin.js +73 -99
- package/dist/src/wrapper/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/wrapper/ProvideSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ProvideSharedPlugin.js +12 -11
- package/dist/src/wrapper/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/SharePlugin.d.ts +10 -4
- package/dist/src/wrapper/SharePlugin.js +12 -11
- package/dist/src/wrapper/SharePlugin.js.map +1 -1
- package/dist/src/wrapper/TreeShakingSharedPlugin.d.ts +9 -4
- package/dist/src/wrapper/TreeShakingSharedPlugin.js +12 -11
- package/dist/src/wrapper/TreeShakingSharedPlugin.js.map +1 -1
- package/package.json +23 -14
- package/dist/package.json +0 -110
- package/dist/src/declarations/plugins/container/AsyncDependenciesBlock.d.ts +0 -57
- package/dist/src/declarations/plugins/container/ModuleFactory.d.ts +0 -33
- package/dist/src/declarations/plugins/container/ObjectDeserializerContext.d.ts +0 -4
- package/dist/src/declarations/plugins/container/StaticExportsDependency.d.ts +0 -28
- package/dist/src/declarations/plugins/container/Template.d.ts +0 -198
- package/dist/src/declarations/plugins/container/WebpackError.d.ts +0 -33
- package/dist/src/declarations/plugins/sharing/ConsumeSharedModule.d.ts +0 -86
- package/dist/src/declarations/plugins/sharing/ConsumeSharedPlugin.d.ts +0 -100
- package/dist/src/declarations/plugins/sharing/ProvideSharedPlugin.d.ts +0 -102
- package/dist/src/declarations/plugins/sharing/SharePlugin.d.ts +0 -116
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.d.ts +0 -20
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js +0 -222
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js.map +0 -1
- package/dist/src/prefetch.js.map +0 -1
- package/dist/src/rspack.js.map +0 -1
- package/dist/src/runtime.js.map +0 -1
- package/dist/src/types/runtime.d.ts +0 -10
- package/dist/src/types/runtime.js +0 -3
- package/dist/src/types/runtime.js.map +0 -1
- package/dist/src/webpack.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContainerPlugin.js","sourceRoot":"","sources":["../../../../src/schemas/container/ContainerPlugin.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ContainerPlugin.js","names":[],"sources":["../../../../src/schemas/container/ContainerPlugin.ts"],"sourcesContent":["// @ts-nocheck\n/* eslint-disable */\n/*\n * This file was automatically generated.\n * DO NOT MODIFY BY HAND.\n */\n\nexport default {\n definitions: {\n AmdContainer: {\n description:\n 'Add a container for define/require functions in the AMD module.',\n type: 'string',\n minLength: 1,\n },\n AuxiliaryComment: {\n description: 'Add a comment in the UMD wrapper.',\n anyOf: [\n {\n description: 'Append the same comment above each import style.',\n type: 'string',\n },\n {\n $ref: '#/definitions/LibraryCustomUmdCommentObject',\n },\n ],\n },\n EntryRuntime: {\n description:\n 'The name of the runtime chunk. If set a runtime chunk with this name is created or an existing entrypoint is used as runtime.',\n anyOf: [\n {\n enum: [false],\n },\n {\n type: 'string',\n minLength: 1,\n },\n ],\n },\n Exposes: {\n description:\n 'Modules that should be exposed by this container. When provided, property name is used as public name, otherwise public name is automatically inferred from request.',\n anyOf: [\n {\n type: 'array',\n items: {\n description: 'Modules that should be exposed by this container.',\n anyOf: [\n {\n $ref: '#/definitions/ExposesItem',\n },\n {\n $ref: '#/definitions/ExposesObject',\n },\n ],\n },\n },\n {\n $ref: '#/definitions/ExposesObject',\n },\n ],\n },\n ExposesConfig: {\n description:\n 'Advanced configuration for modules that should be exposed by this container.',\n type: 'object',\n additionalProperties: false,\n properties: {\n import: {\n description:\n 'Request to a module that should be exposed by this container.',\n anyOf: [\n {\n $ref: '#/definitions/ExposesItem',\n },\n {\n $ref: '#/definitions/ExposesItems',\n },\n ],\n },\n name: {\n description: 'Custom chunk name for the exposed module.',\n type: 'string',\n },\n },\n required: ['import'],\n },\n ExposesItem: {\n description: 'Module that should be exposed by this container.',\n type: 'string',\n minLength: 1,\n },\n ExposesItems: {\n description: 'Modules that should be exposed by this container.',\n type: 'array',\n items: {\n $ref: '#/definitions/ExposesItem',\n },\n },\n ExposesObject: {\n description:\n 'Modules that should be exposed by this container. Property names are used as public paths.',\n type: 'object',\n additionalProperties: {\n description: 'Modules that should be exposed by this container.',\n anyOf: [\n {\n $ref: '#/definitions/ExposesConfig',\n },\n {\n $ref: '#/definitions/ExposesItem',\n },\n {\n $ref: '#/definitions/ExposesItems',\n },\n ],\n },\n },\n LibraryCustomUmdCommentObject: {\n description:\n 'Set explicit comments for `commonjs`, `commonjs2`, `amd`, and `root`.',\n type: 'object',\n additionalProperties: false,\n properties: {\n amd: {\n description: 'Set comment for `amd` section in UMD.',\n type: 'string',\n },\n commonjs: {\n description: 'Set comment for `commonjs` (exports) section in UMD.',\n type: 'string',\n },\n commonjs2: {\n description:\n 'Set comment for `commonjs2` (module.exports) section in UMD.',\n type: 'string',\n },\n root: {\n description:\n 'Set comment for `root` (global variable) section in UMD.',\n type: 'string',\n },\n },\n },\n LibraryCustomUmdObject: {\n description:\n 'Description object for all UMD variants of the library name.',\n type: 'object',\n additionalProperties: false,\n properties: {\n amd: {\n description: 'Name of the exposed AMD library in the UMD.',\n type: 'string',\n minLength: 1,\n },\n commonjs: {\n description: 'Name of the exposed commonjs export in the UMD.',\n type: 'string',\n minLength: 1,\n },\n root: {\n description:\n 'Name of the property exposed globally by a UMD library.',\n anyOf: [\n {\n type: 'array',\n items: {\n description:\n 'Part of the name of the property exposed globally by a UMD library.',\n type: 'string',\n minLength: 1,\n },\n },\n {\n type: 'string',\n minLength: 1,\n },\n ],\n },\n },\n },\n LibraryExport: {\n description: 'Specify which export should be exposed as library.',\n anyOf: [\n {\n type: 'array',\n items: {\n description:\n 'Part of the export that should be exposed as library.',\n type: 'string',\n minLength: 1,\n },\n },\n {\n type: 'string',\n minLength: 1,\n },\n ],\n },\n LibraryName: {\n description:\n 'The name of the library (some types allow unnamed libraries too).',\n anyOf: [\n {\n type: 'array',\n items: {\n description: 'A part of the library name.',\n type: 'string',\n minLength: 1,\n },\n minItems: 1,\n },\n {\n type: 'string',\n minLength: 1,\n },\n {\n $ref: '#/definitions/LibraryCustomUmdObject',\n },\n ],\n },\n LibraryOptions: {\n description: 'Options for library.',\n type: 'object',\n additionalProperties: false,\n properties: {\n amdContainer: {\n $ref: '#/definitions/AmdContainer',\n },\n auxiliaryComment: {\n $ref: '#/definitions/AuxiliaryComment',\n },\n export: {\n $ref: '#/definitions/LibraryExport',\n },\n name: {\n $ref: '#/definitions/LibraryName',\n },\n type: {\n $ref: '#/definitions/LibraryType',\n },\n umdNamedDefine: {\n $ref: '#/definitions/UmdNamedDefine',\n },\n },\n required: ['type'],\n },\n LibraryType: {\n description:\n \"Type of library (types included by default are 'var', 'module', 'assign', 'assign-properties', 'this', 'window', 'self', 'global', 'commonjs', 'commonjs2', 'commonjs-module', 'commonjs-static', 'amd', 'amd-require', 'umd', 'umd2', 'jsonp', 'system', but others might be added by plugins).\",\n anyOf: [\n {\n enum: [\n 'var',\n 'module',\n 'assign',\n 'assign-properties',\n 'this',\n 'window',\n 'self',\n 'global',\n 'commonjs',\n 'commonjs2',\n 'commonjs-module',\n 'commonjs-static',\n 'amd',\n 'amd-require',\n 'umd',\n 'umd2',\n 'jsonp',\n 'system',\n ],\n },\n {\n type: 'string',\n },\n ],\n },\n UmdNamedDefine: {\n description:\n 'If `output.libraryTarget` is set to umd and `output.library` is set, setting this to true will name the AMD module.',\n type: 'boolean',\n },\n },\n title: 'ContainerPluginOptions',\n type: 'object',\n additionalProperties: false,\n properties: {\n exposes: {\n $ref: '#/definitions/Exposes',\n },\n filename: {\n description:\n 'The filename for this container relative path inside the `output.path` directory.',\n type: 'string',\n absolutePath: false,\n minLength: 1,\n },\n library: {\n $ref: '#/definitions/LibraryOptions',\n },\n name: {\n description: 'The name for this container.',\n type: 'string',\n minLength: 1,\n },\n runtime: {\n $ref: '#/definitions/EntryRuntime',\n },\n shareScope: {\n description:\n \"The name of the share scope which is shared with the host (defaults to 'default').\",\n anyOf: [\n {\n type: 'string',\n minLength: 1,\n },\n {\n type: 'array',\n items: {\n type: 'string',\n minLength: 1,\n },\n },\n ],\n },\n experiments: {\n description: 'Experimental features configuration',\n type: 'object',\n additionalProperties: false,\n properties: {\n asyncStartup: {\n description: 'Enable async startup for the container',\n type: 'boolean',\n },\n externalRuntime: {\n description:\n 'After setting true, the external MF runtime will be used and the runtime provided by the consumer will be used. (Please make sure your consumer has provideExternalRuntime: true set, otherwise it will not run properly!)',\n type: 'boolean',\n default: false,\n },\n provideExternalRuntime: {\n description: 'Enable providing external runtime',\n type: 'boolean',\n default: false,\n },\n },\n },\n dataPrefetch: {\n description: 'Enable data prefetching for container modules.',\n type: 'boolean',\n },\n runtimePlugins: {\n description: 'Array of runtime plugins to be applied',\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: [\n {\n type: 'string',\n },\n {\n type: 'object',\n },\n ],\n minItems: 2,\n maxItems: 2,\n },\n ],\n },\n },\n },\n required: ['name', 'exposes'],\n} as const;\n"],"mappings":";;;;AAOA,8BAAe;CACb,aAAa;EACX,cAAc;GACZ,aACE;GACF,MAAM;GACN,WAAW;GACZ;EACD,kBAAkB;GAChB,aAAa;GACb,OAAO,CACL;IACE,aAAa;IACb,MAAM;IACP,EACD,EACE,MAAM,+CACP,CACF;GACF;EACD,cAAc;GACZ,aACE;GACF,OAAO,CACL,EACE,MAAM,CAAC,MAAM,EACd,EACD;IACE,MAAM;IACN,WAAW;IACZ,CACF;GACF;EACD,SAAS;GACP,aACE;GACF,OAAO,CACL;IACE,MAAM;IACN,OAAO;KACL,aAAa;KACb,OAAO,CACL,EACE,MAAM,6BACP,EACD,EACE,MAAM,+BACP,CACF;KACF;IACF,EACD,EACE,MAAM,+BACP,CACF;GACF;EACD,eAAe;GACb,aACE;GACF,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,QAAQ;KACN,aACE;KACF,OAAO,CACL,EACE,MAAM,6BACP,EACD,EACE,MAAM,8BACP,CACF;KACF;IACD,MAAM;KACJ,aAAa;KACb,MAAM;KACP;IACF;GACD,UAAU,CAAC,SAAS;GACrB;EACD,aAAa;GACX,aAAa;GACb,MAAM;GACN,WAAW;GACZ;EACD,cAAc;GACZ,aAAa;GACb,MAAM;GACN,OAAO,EACL,MAAM,6BACP;GACF;EACD,eAAe;GACb,aACE;GACF,MAAM;GACN,sBAAsB;IACpB,aAAa;IACb,OAAO;KACL,EACE,MAAM,+BACP;KACD,EACE,MAAM,6BACP;KACD,EACE,MAAM,8BACP;KACF;IACF;GACF;EACD,+BAA+B;GAC7B,aACE;GACF,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,KAAK;KACH,aAAa;KACb,MAAM;KACP;IACD,UAAU;KACR,aAAa;KACb,MAAM;KACP;IACD,WAAW;KACT,aACE;KACF,MAAM;KACP;IACD,MAAM;KACJ,aACE;KACF,MAAM;KACP;IACF;GACF;EACD,wBAAwB;GACtB,aACE;GACF,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,KAAK;KACH,aAAa;KACb,MAAM;KACN,WAAW;KACZ;IACD,UAAU;KACR,aAAa;KACb,MAAM;KACN,WAAW;KACZ;IACD,MAAM;KACJ,aACE;KACF,OAAO,CACL;MACE,MAAM;MACN,OAAO;OACL,aACE;OACF,MAAM;OACN,WAAW;OACZ;MACF,EACD;MACE,MAAM;MACN,WAAW;MACZ,CACF;KACF;IACF;GACF;EACD,eAAe;GACb,aAAa;GACb,OAAO,CACL;IACE,MAAM;IACN,OAAO;KACL,aACE;KACF,MAAM;KACN,WAAW;KACZ;IACF,EACD;IACE,MAAM;IACN,WAAW;IACZ,CACF;GACF;EACD,aAAa;GACX,aACE;GACF,OAAO;IACL;KACE,MAAM;KACN,OAAO;MACL,aAAa;MACb,MAAM;MACN,WAAW;MACZ;KACD,UAAU;KACX;IACD;KACE,MAAM;KACN,WAAW;KACZ;IACD,EACE,MAAM,wCACP;IACF;GACF;EACD,gBAAgB;GACd,aAAa;GACb,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,cAAc,EACZ,MAAM,8BACP;IACD,kBAAkB,EAChB,MAAM,kCACP;IACD,QAAQ,EACN,MAAM,+BACP;IACD,MAAM,EACJ,MAAM,6BACP;IACD,MAAM,EACJ,MAAM,6BACP;IACD,gBAAgB,EACd,MAAM,gCACP;IACF;GACD,UAAU,CAAC,OAAO;GACnB;EACD,aAAa;GACX,aACE;GACF,OAAO,CACL,EACE,MAAM;IACJ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACD,EACF,EACD,EACE,MAAM,UACP,CACF;GACF;EACD,gBAAgB;GACd,aACE;GACF,MAAM;GACP;EACF;CACD,OAAO;CACP,MAAM;CACN,sBAAsB;CACtB,YAAY;EACV,SAAS,EACP,MAAM,yBACP;EACD,UAAU;GACR,aACE;GACF,MAAM;GACN,cAAc;GACd,WAAW;GACZ;EACD,SAAS,EACP,MAAM,gCACP;EACD,MAAM;GACJ,aAAa;GACb,MAAM;GACN,WAAW;GACZ;EACD,SAAS,EACP,MAAM,8BACP;EACD,YAAY;GACV,aACE;GACF,OAAO,CACL;IACE,MAAM;IACN,WAAW;IACZ,EACD;IACE,MAAM;IACN,OAAO;KACL,MAAM;KACN,WAAW;KACZ;IACF,CACF;GACF;EACD,aAAa;GACX,aAAa;GACb,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,cAAc;KACZ,aAAa;KACb,MAAM;KACP;IACD,iBAAiB;KACf,aACE;KACF,MAAM;KACN,SAAS;KACV;IACD,wBAAwB;KACtB,aAAa;KACb,MAAM;KACN,SAAS;KACV;IACF;GACF;EACD,cAAc;GACZ,aAAa;GACb,MAAM;GACP;EACD,gBAAgB;GACd,aAAa;GACb,MAAM;GACN,OAAO,EACL,OAAO,CACL,EACE,MAAM,UACP,EACD;IACE,MAAM;IACN,OAAO,CACL,EACE,MAAM,UACP,EACD,EACE,MAAM,UACP,CACF;IACD,UAAU;IACV,UAAU;IACX,CACF,EACF;GACF;EACF;CACD,UAAU,CAAC,QAAQ,UAAU;CAC9B"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare function s(t: any, {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
//#region src/schemas/container/ContainerReferencePlugin.check.d.ts
|
|
2
|
+
declare const validate: typeof s;
|
|
3
|
+
declare function s(t: any, {
|
|
4
|
+
instancePath: e,
|
|
5
|
+
parentData: n,
|
|
6
|
+
parentDataProperty: o,
|
|
7
|
+
rootData: l
|
|
8
|
+
}?: {
|
|
9
|
+
instancePath?: string | undefined;
|
|
10
|
+
rootData?: any;
|
|
6
11
|
}): any;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { s as default, validate };
|
|
14
|
+
//# sourceMappingURL=ContainerReferencePlugin.check.d.ts.map
|