@rspack-canary/binding 1.7.3-canary-58d41d16-20260115035302 → 1.7.3-canary-ef467b46-20260115180501
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 -33
- 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',
|
|
@@ -1842,11 +1839,6 @@ export interface RawCircularDependencyRspackPluginOptions {
|
|
|
1842
1839
|
onEnd?: () => void
|
|
1843
1840
|
}
|
|
1844
1841
|
|
|
1845
|
-
export interface RawCollectShareEntryPluginOptions {
|
|
1846
|
-
consumes: Array<RawConsumeOptions>
|
|
1847
|
-
filename?: string
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
1842
|
export interface RawCompilerPlatform {
|
|
1851
1843
|
web?: boolean | null
|
|
1852
1844
|
browser?: boolean | null
|
|
@@ -1867,7 +1859,6 @@ export interface RawConsumeOptions {
|
|
|
1867
1859
|
strictVersion: boolean
|
|
1868
1860
|
singleton: boolean
|
|
1869
1861
|
eager: boolean
|
|
1870
|
-
treeShakingMode?: string
|
|
1871
1862
|
}
|
|
1872
1863
|
|
|
1873
1864
|
export interface RawConsumeSharedPluginOptions {
|
|
@@ -2603,12 +2594,6 @@ export interface RawOptimizationOptions {
|
|
|
2603
2594
|
avoidEntryIife: boolean
|
|
2604
2595
|
}
|
|
2605
2596
|
|
|
2606
|
-
export interface RawOptimizeSharedConfig {
|
|
2607
|
-
shareKey: string
|
|
2608
|
-
treeShaking: boolean
|
|
2609
|
-
usedExports?: Array<string>
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
2597
|
export interface RawOptions {
|
|
2613
2598
|
name?: string
|
|
2614
2599
|
mode?: undefined | 'production' | 'development' | 'none'
|
|
@@ -2709,7 +2694,6 @@ export interface RawProvideOptions {
|
|
|
2709
2694
|
singleton?: boolean
|
|
2710
2695
|
requiredVersion?: string | false | undefined
|
|
2711
2696
|
strictVersion?: boolean
|
|
2712
|
-
treeShakingMode?: string
|
|
2713
2697
|
}
|
|
2714
2698
|
|
|
2715
2699
|
export interface RawRelated {
|
|
@@ -2847,21 +2831,6 @@ export interface RawRuntimeChunkOptions {
|
|
|
2847
2831
|
name: string | ((entrypoint: { name: string }) => string)
|
|
2848
2832
|
}
|
|
2849
2833
|
|
|
2850
|
-
export interface RawSharedContainerPluginOptions {
|
|
2851
|
-
name: string
|
|
2852
|
-
request: string
|
|
2853
|
-
version: string
|
|
2854
|
-
fileName?: string
|
|
2855
|
-
library: JsLibraryOptions
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
|
-
export interface RawSharedUsedExportsOptimizerPluginOptions {
|
|
2859
|
-
shared: Array<RawOptimizeSharedConfig>
|
|
2860
|
-
injectTreeShakingUsedExports?: boolean
|
|
2861
|
-
manifestFileName?: string
|
|
2862
|
-
statsFileName?: string
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
2834
|
export interface RawSizeLimitsPluginOptions {
|
|
2866
2835
|
assetFilter?: (assetFilename: string) => boolean
|
|
2867
2836
|
hints?: "error" | "warning"
|
|
@@ -2899,8 +2868,6 @@ export interface RawSplitChunksOptions {
|
|
|
2899
2868
|
export interface RawStatsBuildInfo {
|
|
2900
2869
|
buildVersion: string
|
|
2901
2870
|
buildName?: string
|
|
2902
|
-
target?: Array<string>
|
|
2903
|
-
plugins?: Array<string>
|
|
2904
2871
|
}
|
|
2905
2872
|
|
|
2906
2873
|
export interface RawStatsOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.7.3-canary-
|
|
3
|
+
"version": "1.7.3-canary-ef467b46-20260115180501",
|
|
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.7.3-canary-
|
|
55
|
-
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.3-canary-
|
|
56
|
-
"@rspack/binding-linux-arm64-
|
|
57
|
-
"@rspack/binding-linux-arm64-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-
|
|
62
|
-
"@rspack/binding-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.7.3-canary-ef467b46-20260115180501",
|
|
55
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.3-canary-ef467b46-20260115180501",
|
|
56
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.7.3-canary-ef467b46-20260115180501",
|
|
57
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.3-canary-ef467b46-20260115180501",
|
|
58
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.7.3-canary-ef467b46-20260115180501",
|
|
59
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.3-canary-ef467b46-20260115180501",
|
|
60
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.7.3-canary-ef467b46-20260115180501",
|
|
61
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.7.3-canary-ef467b46-20260115180501",
|
|
62
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.7.3-canary-ef467b46-20260115180501",
|
|
63
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.7.3-canary-ef467b46-20260115180501"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|