@rspack/binding 1.4.4 → 1.4.5
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 +1 -0
- package/package.json +11 -11
package/binding.d.ts
CHANGED
|
@@ -317,6 +317,7 @@ export declare class JsCompilation {
|
|
|
317
317
|
addEntry(args: [string, EntryDependency, JsEntryOptions | undefined][], callback: (errMsg: Error | null, results: [string | null, Module][]) => void): void
|
|
318
318
|
addInclude(args: [string, EntryDependency, JsEntryOptions | undefined][], callback: (errMsg: Error | null, results: [string | null, Module][]) => void): void
|
|
319
319
|
get codeGenerationResults(): CodeGenerationResults
|
|
320
|
+
createStatsWarnings(warnings: Array<RspackError>, colored?: boolean | undefined | null): JsStatsError[]
|
|
320
321
|
}
|
|
321
322
|
|
|
322
323
|
export declare class JsCompiler {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/binding",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@rspack/binding-win32-arm64-msvc": "1.4.
|
|
51
|
-
"@rspack/binding-darwin-arm64": "1.4.
|
|
52
|
-
"@rspack/binding-
|
|
53
|
-
"@rspack/binding-linux-arm64-musl": "1.4.
|
|
54
|
-
"@rspack/binding-
|
|
55
|
-
"@rspack/binding-
|
|
56
|
-
"@rspack/binding-wasm32-wasi": "1.4.
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-linux-x64-
|
|
59
|
-
"@rspack/binding-linux-x64-
|
|
50
|
+
"@rspack/binding-win32-arm64-msvc": "1.4.5",
|
|
51
|
+
"@rspack/binding-darwin-arm64": "1.4.5",
|
|
52
|
+
"@rspack/binding-linux-arm64-gnu": "1.4.5",
|
|
53
|
+
"@rspack/binding-linux-arm64-musl": "1.4.5",
|
|
54
|
+
"@rspack/binding-win32-ia32-msvc": "1.4.5",
|
|
55
|
+
"@rspack/binding-win32-x64-msvc": "1.4.5",
|
|
56
|
+
"@rspack/binding-wasm32-wasi": "1.4.5",
|
|
57
|
+
"@rspack/binding-darwin-x64": "1.4.5",
|
|
58
|
+
"@rspack/binding-linux-x64-musl": "1.4.5",
|
|
59
|
+
"@rspack/binding-linux-x64-gnu": "1.4.5"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build:dev": "node scripts/build.js",
|