@rspack-canary/binding 1.6.1-canary-17ec8965-20251105023104 → 1.6.1-canary-72453ec6-20251216043959
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/README.md +1 -2
- package/napi-binding.d.ts +11 -6
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
# @rspack/binding
|
|
6
6
|
|
|
7
7
|
Private node binding crate for rspack.
|
|
8
|
-
|
|
9
|
-
> Rspack's internal package, don't use it directly in your project, This package does _NOT_ follow [semantic versioning](https://semver.org/).
|
|
8
|
+
> Rspack's internal package, don't use it directly in your project, This package does *NOT* follow [semantic versioning](https://semver.org/).
|
|
10
9
|
|
|
11
10
|
## Documentation
|
|
12
11
|
|
package/napi-binding.d.ts
CHANGED
|
@@ -707,11 +707,11 @@ export interface JsBeforeEmitData {
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
export interface JsBuildMeta {
|
|
710
|
-
strictEsmModule
|
|
711
|
-
hasTopLevelAwait
|
|
712
|
-
esm
|
|
713
|
-
exportsType
|
|
714
|
-
defaultObject
|
|
710
|
+
strictEsmModule: boolean
|
|
711
|
+
hasTopLevelAwait: boolean
|
|
712
|
+
esm: boolean
|
|
713
|
+
exportsType: 'unset' | 'default' | 'namespace' | 'flagged' | 'dynamic'
|
|
714
|
+
defaultObject: 'false' | 'redirect' | JsBuildMetaDefaultObjectRedirectWarn
|
|
715
715
|
sideEffectFree?: boolean
|
|
716
716
|
exportsFinalName?: Array<[string, string]> | undefined
|
|
717
717
|
}
|
|
@@ -2123,7 +2123,6 @@ inlineEnum: boolean
|
|
|
2123
2123
|
typeReexportsPresence: boolean
|
|
2124
2124
|
lazyBarrel: boolean
|
|
2125
2125
|
deferImport: boolean
|
|
2126
|
-
mfAsyncStartup: boolean
|
|
2127
2126
|
}
|
|
2128
2127
|
|
|
2129
2128
|
export interface RawExperimentSnapshotOptions {
|
|
@@ -2733,6 +2732,12 @@ export interface RawRslibPluginOptions {
|
|
|
2733
2732
|
* @default `false`
|
|
2734
2733
|
*/
|
|
2735
2734
|
interceptApiPlugin?: boolean
|
|
2735
|
+
/**
|
|
2736
|
+
* Use the compact runtime for dynamic import from `modern-module`, commonly used in CommonJS output.
|
|
2737
|
+
* This field should not be set to `true` when using `modern-module` with ESM output, as it is already in use.
|
|
2738
|
+
* @default `false`
|
|
2739
|
+
*/
|
|
2740
|
+
compactExternalModuleDynamicImport?: boolean
|
|
2736
2741
|
/**
|
|
2737
2742
|
* Add shims for javascript/esm modules
|
|
2738
2743
|
* @default `false`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.6.1-canary-
|
|
3
|
+
"version": "1.6.1-canary-72453ec6-20251216043959",
|
|
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.1-canary-
|
|
55
|
-
"@rspack/binding-linux-arm64-
|
|
56
|
-
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.1-canary-
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.1-canary-
|
|
61
|
-
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.1-canary-
|
|
62
|
-
"@rspack/binding-linux-x64-
|
|
63
|
-
"@rspack/binding-linux-x64-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.1-canary-72453ec6-20251216043959",
|
|
55
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.6.1-canary-72453ec6-20251216043959",
|
|
56
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.1-canary-72453ec6-20251216043959",
|
|
57
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.1-canary-72453ec6-20251216043959",
|
|
58
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.6.1-canary-72453ec6-20251216043959",
|
|
59
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.1-canary-72453ec6-20251216043959",
|
|
60
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.1-canary-72453ec6-20251216043959",
|
|
61
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.1-canary-72453ec6-20251216043959",
|
|
62
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.1-canary-72453ec6-20251216043959",
|
|
63
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.1-canary-72453ec6-20251216043959"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|