@rspack/binding 1.3.8 → 1.3.9
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/binding.d.ts +8 -2
- package/package.json +10 -10
package/binding.d.ts
CHANGED
|
@@ -351,8 +351,6 @@ export declare class JsResolverFactory {
|
|
|
351
351
|
|
|
352
352
|
export declare class JsStats {
|
|
353
353
|
toJson(jsOptions: JsStatsOptions): JsStatsCompilation
|
|
354
|
-
hasWarnings(): boolean
|
|
355
|
-
hasErrors(): boolean
|
|
356
354
|
getLogging(acceptedTypes: number): Array<JsStatsLogging>
|
|
357
355
|
}
|
|
358
356
|
|
|
@@ -500,6 +498,7 @@ export interface JsAdditionalTreeRuntimeRequirementsResult {
|
|
|
500
498
|
export interface JsAfterEmitData {
|
|
501
499
|
outputName: string
|
|
502
500
|
compilationId: number
|
|
501
|
+
uid?: number
|
|
503
502
|
}
|
|
504
503
|
|
|
505
504
|
export interface JsAfterResolveData {
|
|
@@ -519,6 +518,7 @@ export interface JsAfterTemplateExecutionData {
|
|
|
519
518
|
bodyTags: Array<JsHtmlPluginTag>
|
|
520
519
|
outputName: string
|
|
521
520
|
compilationId: number
|
|
521
|
+
uid?: number
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
export interface JsAlterAssetTagGroupsData {
|
|
@@ -527,6 +527,7 @@ export interface JsAlterAssetTagGroupsData {
|
|
|
527
527
|
publicPath: string
|
|
528
528
|
outputName: string
|
|
529
529
|
compilationId: number
|
|
530
|
+
uid?: number
|
|
530
531
|
}
|
|
531
532
|
|
|
532
533
|
export interface JsAlterAssetTagsData {
|
|
@@ -534,6 +535,7 @@ export interface JsAlterAssetTagsData {
|
|
|
534
535
|
outputName: string
|
|
535
536
|
publicPath: string
|
|
536
537
|
compilationId: number
|
|
538
|
+
uid?: number
|
|
537
539
|
}
|
|
538
540
|
|
|
539
541
|
export interface JsAsset {
|
|
@@ -561,12 +563,14 @@ export interface JsBeforeAssetTagGenerationData {
|
|
|
561
563
|
assets: JsHtmlPluginAssets
|
|
562
564
|
outputName: string
|
|
563
565
|
compilationId: number
|
|
566
|
+
uid?: number
|
|
564
567
|
}
|
|
565
568
|
|
|
566
569
|
export interface JsBeforeEmitData {
|
|
567
570
|
html: string
|
|
568
571
|
outputName: string
|
|
569
572
|
compilationId: number
|
|
573
|
+
uid?: number
|
|
570
574
|
}
|
|
571
575
|
|
|
572
576
|
export interface JsBeforeResolveArgs {
|
|
@@ -1358,6 +1362,7 @@ export interface JsStatsSize {
|
|
|
1358
1362
|
|
|
1359
1363
|
export interface JsStatsWarning {
|
|
1360
1364
|
moduleDescriptor?: JsModuleDescriptor
|
|
1365
|
+
name?: string
|
|
1361
1366
|
message: string
|
|
1362
1367
|
chunkName?: string
|
|
1363
1368
|
chunkEntry?: boolean
|
|
@@ -1838,6 +1843,7 @@ export interface RawHtmlRspackPluginOptions {
|
|
|
1838
1843
|
meta?: Record<string, Record<string, string>>
|
|
1839
1844
|
hash?: boolean
|
|
1840
1845
|
base?: RawHtmlRspackPluginBaseOptions
|
|
1846
|
+
uid?: number
|
|
1841
1847
|
}
|
|
1842
1848
|
|
|
1843
1849
|
export interface RawHttpExternalsRspackPluginOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/binding",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
|
-
"@rspack/binding-darwin-arm64": "1.3.
|
|
52
|
-
"@rspack/binding-
|
|
53
|
-
"@rspack/binding-
|
|
54
|
-
"@rspack/binding-linux-arm64-musl": "1.3.
|
|
55
|
-
"@rspack/binding-
|
|
56
|
-
"@rspack/binding-
|
|
57
|
-
"@rspack/binding-win32-
|
|
58
|
-
"@rspack/binding-linux-x64-
|
|
59
|
-
"@rspack/binding-linux-x64-
|
|
51
|
+
"@rspack/binding-darwin-arm64": "1.3.9",
|
|
52
|
+
"@rspack/binding-linux-arm64-gnu": "1.3.9",
|
|
53
|
+
"@rspack/binding-win32-arm64-msvc": "1.3.9",
|
|
54
|
+
"@rspack/binding-linux-arm64-musl": "1.3.9",
|
|
55
|
+
"@rspack/binding-win32-ia32-msvc": "1.3.9",
|
|
56
|
+
"@rspack/binding-darwin-x64": "1.3.9",
|
|
57
|
+
"@rspack/binding-win32-x64-msvc": "1.3.9",
|
|
58
|
+
"@rspack/binding-linux-x64-musl": "1.3.9",
|
|
59
|
+
"@rspack/binding-linux-x64-gnu": "1.3.9"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build:dev": "node scripts/build.js",
|