@rspack-canary/binding 1.6.6-canary-6b712371-20251125114142 → 1.6.6-canary-0ca7752a-20251125174427
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 +0 -29
- package/package.json +11 -11
package/napi-binding.d.ts
CHANGED
|
@@ -540,13 +540,10 @@ export declare enum BuiltinPluginName {
|
|
|
540
540
|
SplitChunksPlugin = 'SplitChunksPlugin',
|
|
541
541
|
RemoveDuplicateModulesPlugin = 'RemoveDuplicateModulesPlugin',
|
|
542
542
|
ShareRuntimePlugin = 'ShareRuntimePlugin',
|
|
543
|
-
SharedUsedExportsOptimizerPlugin = 'SharedUsedExportsOptimizerPlugin',
|
|
544
543
|
ContainerPlugin = 'ContainerPlugin',
|
|
545
544
|
ContainerReferencePlugin = 'ContainerReferencePlugin',
|
|
546
545
|
ProvideSharedPlugin = 'ProvideSharedPlugin',
|
|
547
546
|
ConsumeSharedPlugin = 'ConsumeSharedPlugin',
|
|
548
|
-
CollectSharedEntryPlugin = 'CollectSharedEntryPlugin',
|
|
549
|
-
ShareContainerPlugin = 'ShareContainerPlugin',
|
|
550
547
|
ModuleFederationRuntimePlugin = 'ModuleFederationRuntimePlugin',
|
|
551
548
|
ModuleFederationManifestPlugin = 'ModuleFederationManifestPlugin',
|
|
552
549
|
NamedModuleIdsPlugin = 'NamedModuleIdsPlugin',
|
|
@@ -1840,11 +1837,6 @@ export interface RawCircularDependencyRspackPluginOptions {
|
|
|
1840
1837
|
onEnd?: () => void
|
|
1841
1838
|
}
|
|
1842
1839
|
|
|
1843
|
-
export interface RawCollectShareEntryPluginOptions {
|
|
1844
|
-
consumes: Array<RawConsumeOptions>
|
|
1845
|
-
filename?: string
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
1840
|
export interface RawConsumeOptions {
|
|
1849
1841
|
key: string
|
|
1850
1842
|
import?: string
|
|
@@ -2592,12 +2584,6 @@ export interface RawOptimizationOptions {
|
|
|
2592
2584
|
avoidEntryIife: boolean
|
|
2593
2585
|
}
|
|
2594
2586
|
|
|
2595
|
-
export interface RawOptimizeSharedConfig {
|
|
2596
|
-
shareKey: string
|
|
2597
|
-
treeshake: boolean
|
|
2598
|
-
usedExports?: Array<string>
|
|
2599
|
-
}
|
|
2600
|
-
|
|
2601
2587
|
export interface RawOptions {
|
|
2602
2588
|
name?: string
|
|
2603
2589
|
mode?: undefined | 'production' | 'development' | 'none'
|
|
@@ -2834,21 +2820,6 @@ export interface RawRuntimeChunkOptions {
|
|
|
2834
2820
|
name: string | ((entrypoint: { name: string }) => string)
|
|
2835
2821
|
}
|
|
2836
2822
|
|
|
2837
|
-
export interface RawShareContainerPluginOptions {
|
|
2838
|
-
name: string
|
|
2839
|
-
request: string
|
|
2840
|
-
version: string
|
|
2841
|
-
fileName?: string
|
|
2842
|
-
library: JsLibraryOptions
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
export interface RawSharedUsedExportsOptimizerPluginOptions {
|
|
2846
|
-
shared: Array<RawOptimizeSharedConfig>
|
|
2847
|
-
injectUsedExports?: boolean
|
|
2848
|
-
manifestFileName?: string
|
|
2849
|
-
statsFileName?: string
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
2823
|
export interface RawSizeLimitsPluginOptions {
|
|
2853
2824
|
assetFilter?: (assetFilename: string) => boolean
|
|
2854
2825
|
hints?: "error" | "warning"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.6.6-canary-
|
|
3
|
+
"version": "1.6.6-canary-0ca7752a-20251125174427",
|
|
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-
|
|
55
|
-
"@rspack/binding-linux-arm64-
|
|
56
|
-
"@rspack/binding-
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.6-canary-
|
|
62
|
-
"@rspack/binding-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.6-canary-0ca7752a-20251125174427",
|
|
55
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.6-canary-0ca7752a-20251125174427",
|
|
56
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.6-canary-0ca7752a-20251125174427",
|
|
57
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.6.6-canary-0ca7752a-20251125174427",
|
|
58
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.6-canary-0ca7752a-20251125174427",
|
|
59
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.6-canary-0ca7752a-20251125174427",
|
|
60
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.6.6-canary-0ca7752a-20251125174427",
|
|
61
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.6-canary-0ca7752a-20251125174427",
|
|
62
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.6-canary-0ca7752a-20251125174427",
|
|
63
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.6-canary-0ca7752a-20251125174427"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|