@rspack-canary/binding 1.7.0-canary-22d591c5-20251222090400 → 1.7.0-canary-be5d0ef3-20251222175046
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 -32
- 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',
|
|
@@ -1841,11 +1838,6 @@ export interface RawCircularDependencyRspackPluginOptions {
|
|
|
1841
1838
|
onEnd?: () => void
|
|
1842
1839
|
}
|
|
1843
1840
|
|
|
1844
|
-
export interface RawCollectShareEntryPluginOptions {
|
|
1845
|
-
consumes: Array<RawConsumeOptions>
|
|
1846
|
-
filename?: string
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
1841
|
export interface RawConsumeOptions {
|
|
1850
1842
|
key: string
|
|
1851
1843
|
import?: string
|
|
@@ -1857,7 +1849,6 @@ export interface RawConsumeOptions {
|
|
|
1857
1849
|
strictVersion: boolean
|
|
1858
1850
|
singleton: boolean
|
|
1859
1851
|
eager: boolean
|
|
1860
|
-
treeshakeStrategy?: string
|
|
1861
1852
|
}
|
|
1862
1853
|
|
|
1863
1854
|
export interface RawConsumeSharedPluginOptions {
|
|
@@ -2133,7 +2124,6 @@ export interface RawExperimentCacheOptionsPersistent {
|
|
|
2133
2124
|
export interface RawExperiments {
|
|
2134
2125
|
topLevelAwait: boolean
|
|
2135
2126
|
incremental?: false | { [key: string]: boolean }
|
|
2136
|
-
parallelCodeSplitting: boolean
|
|
2137
2127
|
rspackFuture?: RawRspackFuture
|
|
2138
2128
|
cache: boolean | { type: "persistent" } & RawExperimentCacheOptionsPersistent | { type: "memory" }
|
|
2139
2129
|
useInputFileSystem?: false | Array<RegExp>
|
|
@@ -2589,12 +2579,6 @@ export interface RawOptimizationOptions {
|
|
|
2589
2579
|
avoidEntryIife: boolean
|
|
2590
2580
|
}
|
|
2591
2581
|
|
|
2592
|
-
export interface RawOptimizeSharedConfig {
|
|
2593
|
-
shareKey: string
|
|
2594
|
-
treeshake: boolean
|
|
2595
|
-
usedExports?: Array<string>
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
2582
|
export interface RawOptions {
|
|
2599
2583
|
name?: string
|
|
2600
2584
|
mode?: undefined | 'production' | 'development' | 'none'
|
|
@@ -2695,7 +2679,6 @@ export interface RawProvideOptions {
|
|
|
2695
2679
|
singleton?: boolean
|
|
2696
2680
|
requiredVersion?: string | false | undefined
|
|
2697
2681
|
strictVersion?: boolean
|
|
2698
|
-
treeshakeStrategy?: string
|
|
2699
2682
|
}
|
|
2700
2683
|
|
|
2701
2684
|
export interface RawRelated {
|
|
@@ -2832,21 +2815,6 @@ export interface RawRuntimeChunkOptions {
|
|
|
2832
2815
|
name: string | ((entrypoint: { name: string }) => string)
|
|
2833
2816
|
}
|
|
2834
2817
|
|
|
2835
|
-
export interface RawSharedContainerPluginOptions {
|
|
2836
|
-
name: string
|
|
2837
|
-
request: string
|
|
2838
|
-
version: string
|
|
2839
|
-
fileName?: string
|
|
2840
|
-
library: JsLibraryOptions
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
export interface RawSharedUsedExportsOptimizerPluginOptions {
|
|
2844
|
-
shared: Array<RawOptimizeSharedConfig>
|
|
2845
|
-
injectUsedExports?: boolean
|
|
2846
|
-
manifestFileName?: string
|
|
2847
|
-
statsFileName?: string
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
2818
|
export interface RawSizeLimitsPluginOptions {
|
|
2851
2819
|
assetFilter?: (assetFilename: string) => boolean
|
|
2852
2820
|
hints?: "error" | "warning"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.7.0-canary-
|
|
3
|
+
"version": "1.7.0-canary-be5d0ef3-20251222175046",
|
|
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-
|
|
56
|
-
"@rspack/binding-
|
|
57
|
-
"@rspack/binding-linux-arm64-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-
|
|
62
|
-
"@rspack/binding-linux-x64-
|
|
63
|
-
"@rspack/binding-linux-x64-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.7.0-canary-be5d0ef3-20251222175046",
|
|
55
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.0-canary-be5d0ef3-20251222175046",
|
|
56
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.7.0-canary-be5d0ef3-20251222175046",
|
|
57
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.0-canary-be5d0ef3-20251222175046",
|
|
58
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.7.0-canary-be5d0ef3-20251222175046",
|
|
59
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.7.0-canary-be5d0ef3-20251222175046",
|
|
60
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.7.0-canary-be5d0ef3-20251222175046",
|
|
61
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.0-canary-be5d0ef3-20251222175046",
|
|
62
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.7.0-canary-be5d0ef3-20251222175046",
|
|
63
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.7.0-canary-be5d0ef3-20251222175046"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|