@rspack-canary/browser 1.5.4-canary-88f77395-20250909163743 → 1.5.4-canary-308022c9-20250910110217
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/dist/index.mjs +435 -437
- package/dist/napi-binding.d.ts +1 -1
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/dist/napi-binding.d.ts
CHANGED
|
@@ -1538,7 +1538,7 @@ export interface NapiResolveOptions {
|
|
|
1538
1538
|
* Create aliases to import or require certain modules more easily.
|
|
1539
1539
|
* A trailing $ can also be added to the given object's keys to signify an exact match.
|
|
1540
1540
|
*/
|
|
1541
|
-
alias?: Record<string,
|
|
1541
|
+
alias?: Record<string, string | false | string[]>
|
|
1542
1542
|
/**
|
|
1543
1543
|
* A list of alias fields in description files.
|
|
1544
1544
|
* Specify a field, such as `browser`, to be parsed according to [this specification](https://github.com/defunctzombie/package-browser-field-spec).
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.5.4-canary-
|
|
3
|
+
"version": "1.5.4-canary-308022c9-20250910110217",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",
|