@rspack-canary/browser 1.6.0-canary-2ccce257-20251016173648 → 1.6.0-canary-beafb11e-20251018173706
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/RspackError.d.ts +3 -0
- package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +0 -1
- package/dist/builtin-plugin/html-plugin/options.d.ts +0 -1
- package/dist/exports.d.ts +1 -3
- package/dist/index.mjs +259 -6120
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/dist/util/index.d.ts +0 -3
- package/dist/util/validateConfig.d.ts +5 -0
- package/package.json +1 -1
- package/dist/schema/config.d.ts +0 -1029
- package/dist/schema/loaders.d.ts +0 -401
- package/dist/schema/plugins.d.ts +0 -166
- package/dist/schema/utils.d.ts +0 -4
- package/dist/schema/validate.d.ts +0 -9
|
Binary file
|
package/dist/util/index.d.ts
CHANGED
|
@@ -5,7 +5,4 @@ export declare const toObject: (input: string | Buffer | object) => object;
|
|
|
5
5
|
export declare function serializeObject(map: string | object | undefined | null): Buffer | undefined;
|
|
6
6
|
export declare function indent(str: string, prefix: string): string;
|
|
7
7
|
export declare function stringifyLoaderObject(o: LoaderObject): string;
|
|
8
|
-
export declare function asArray<T>(item: T[]): T[];
|
|
9
|
-
export declare function asArray<T>(item: readonly T[]): readonly T[];
|
|
10
|
-
export declare function asArray<T>(item: T): T[];
|
|
11
8
|
export declare const unsupported: (name: string, issue?: string) => never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.6.0-canary-
|
|
3
|
+
"version": "1.6.0-canary-beafb11e-20251018173706",
|
|
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.",
|