@rspack-canary/binding 1.6.5-canary-1b7f543c-20251121112112 → 1.6.5-canary-a407d226-20251124112255
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/napi-binding.d.ts +9 -9
- package/package.json +11 -11
package/napi-binding.d.ts
CHANGED
|
@@ -540,12 +540,12 @@ export declare enum BuiltinPluginName {
|
|
|
540
540
|
SplitChunksPlugin = 'SplitChunksPlugin',
|
|
541
541
|
RemoveDuplicateModulesPlugin = 'RemoveDuplicateModulesPlugin',
|
|
542
542
|
ShareRuntimePlugin = 'ShareRuntimePlugin',
|
|
543
|
-
|
|
543
|
+
SharedUsedExportsOptimizerPlugin = 'SharedUsedExportsOptimizerPlugin',
|
|
544
544
|
ContainerPlugin = 'ContainerPlugin',
|
|
545
545
|
ContainerReferencePlugin = 'ContainerReferencePlugin',
|
|
546
546
|
ProvideSharedPlugin = 'ProvideSharedPlugin',
|
|
547
547
|
ConsumeSharedPlugin = 'ConsumeSharedPlugin',
|
|
548
|
-
|
|
548
|
+
CollectSharedEntryPlugin = 'CollectSharedEntryPlugin',
|
|
549
549
|
ShareContainerPlugin = 'ShareContainerPlugin',
|
|
550
550
|
ModuleFederationRuntimePlugin = 'ModuleFederationRuntimePlugin',
|
|
551
551
|
ModuleFederationManifestPlugin = 'ModuleFederationManifestPlugin',
|
|
@@ -2592,13 +2592,6 @@ export interface RawOptimizationOptions {
|
|
|
2592
2592
|
avoidEntryIife: boolean
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
-
export interface RawOptimizeDependencyReferencedExportsPluginOptions {
|
|
2596
|
-
shared: Array<RawOptimizeSharedConfig>
|
|
2597
|
-
injectUsedExports?: boolean
|
|
2598
|
-
manifestFileName?: string
|
|
2599
|
-
statsFileName?: string
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
2595
|
export interface RawOptimizeSharedConfig {
|
|
2603
2596
|
shareKey: string
|
|
2604
2597
|
treeshake: boolean
|
|
@@ -2849,6 +2842,13 @@ export interface RawShareContainerPluginOptions {
|
|
|
2849
2842
|
library: JsLibraryOptions
|
|
2850
2843
|
}
|
|
2851
2844
|
|
|
2845
|
+
export interface RawSharedUsedExportsOptimizerPluginOptions {
|
|
2846
|
+
shared: Array<RawOptimizeSharedConfig>
|
|
2847
|
+
injectUsedExports?: boolean
|
|
2848
|
+
manifestFileName?: string
|
|
2849
|
+
statsFileName?: string
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
2852
|
export interface RawSizeLimitsPluginOptions {
|
|
2853
2853
|
assetFilter?: (assetFilename: string) => boolean
|
|
2854
2854
|
hints?: "error" | "warning"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.6.5-canary-
|
|
3
|
+
"version": "1.6.5-canary-a407d226-20251124112255",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.5-canary-
|
|
55
|
-
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.5-canary-
|
|
56
|
-
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.5-canary-
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.5-canary-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-win32-
|
|
62
|
-
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.5-canary-
|
|
63
|
-
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.5-canary-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.5-canary-a407d226-20251124112255",
|
|
55
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.5-canary-a407d226-20251124112255",
|
|
56
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.5-canary-a407d226-20251124112255",
|
|
57
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.5-canary-a407d226-20251124112255",
|
|
58
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.5-canary-a407d226-20251124112255",
|
|
59
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.6.5-canary-a407d226-20251124112255",
|
|
60
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.6.5-canary-a407d226-20251124112255",
|
|
61
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.5-canary-a407d226-20251124112255",
|
|
62
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.5-canary-a407d226-20251124112255",
|
|
63
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.5-canary-a407d226-20251124112255"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|