@rspack-canary/binding 1.6.7-canary-e27a87e9-20251209100543 → 1.6.8-canary-a3066402-20251209142350
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 -31
- 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
|
-
SharedContainerPlugin = 'SharedContainerPlugin',
|
|
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
|
|
@@ -1856,7 +1848,6 @@ export interface RawConsumeOptions {
|
|
|
1856
1848
|
strictVersion: boolean
|
|
1857
1849
|
singleton: boolean
|
|
1858
1850
|
eager: boolean
|
|
1859
|
-
treeshakeStrategy?: string
|
|
1860
1851
|
}
|
|
1861
1852
|
|
|
1862
1853
|
export interface RawConsumeSharedPluginOptions {
|
|
@@ -2595,12 +2586,6 @@ export interface RawOptimizationOptions {
|
|
|
2595
2586
|
avoidEntryIife: boolean
|
|
2596
2587
|
}
|
|
2597
2588
|
|
|
2598
|
-
export interface RawOptimizeSharedConfig {
|
|
2599
|
-
shareKey: string
|
|
2600
|
-
treeshake: boolean
|
|
2601
|
-
usedExports?: Array<string>
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
2589
|
export interface RawOptions {
|
|
2605
2590
|
name?: string
|
|
2606
2591
|
mode?: undefined | 'production' | 'development' | 'none'
|
|
@@ -2701,7 +2686,6 @@ export interface RawProvideOptions {
|
|
|
2701
2686
|
singleton?: boolean
|
|
2702
2687
|
requiredVersion?: string | false | undefined
|
|
2703
2688
|
strictVersion?: boolean
|
|
2704
|
-
treeshakeStrategy?: string
|
|
2705
2689
|
}
|
|
2706
2690
|
|
|
2707
2691
|
export interface RawRelated {
|
|
@@ -2838,21 +2822,6 @@ export interface RawRuntimeChunkOptions {
|
|
|
2838
2822
|
name: string | ((entrypoint: { name: string }) => string)
|
|
2839
2823
|
}
|
|
2840
2824
|
|
|
2841
|
-
export interface RawSharedContainerPluginOptions {
|
|
2842
|
-
name: string
|
|
2843
|
-
request: string
|
|
2844
|
-
version: string
|
|
2845
|
-
fileName?: string
|
|
2846
|
-
library: JsLibraryOptions
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
|
-
export interface RawSharedUsedExportsOptimizerPluginOptions {
|
|
2850
|
-
shared: Array<RawOptimizeSharedConfig>
|
|
2851
|
-
injectUsedExports?: boolean
|
|
2852
|
-
manifestFileName?: string
|
|
2853
|
-
statsFileName?: string
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
2825
|
export interface RawSizeLimitsPluginOptions {
|
|
2857
2826
|
assetFilter?: (assetFilename: string) => boolean
|
|
2858
2827
|
hints?: "error" | "warning"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.8-canary-a3066402-20251209142350",
|
|
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.
|
|
55
|
-
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.
|
|
56
|
-
"@rspack/binding-linux-arm64-
|
|
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.
|
|
62
|
-
"@rspack/binding-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.8-canary-a3066402-20251209142350",
|
|
55
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.8-canary-a3066402-20251209142350",
|
|
56
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.6.8-canary-a3066402-20251209142350",
|
|
57
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.8-canary-a3066402-20251209142350",
|
|
58
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.8-canary-a3066402-20251209142350",
|
|
59
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.6.8-canary-a3066402-20251209142350",
|
|
60
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.8-canary-a3066402-20251209142350",
|
|
61
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.8-canary-a3066402-20251209142350",
|
|
62
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.8-canary-a3066402-20251209142350",
|
|
63
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.8-canary-a3066402-20251209142350"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|