@rspack-canary/browser 1.6.0-canary-2ccce257-20251016173648 → 1.6.0-canary-beafb11e-20251017173713

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.
Binary file
@@ -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;
@@ -0,0 +1,5 @@
1
+ import type { Configuration } from "../config";
2
+ /**
3
+ * Performs configuration validation that cannot be covered by TypeScript types.
4
+ */
5
+ export declare function validateRspackConfig(config: Configuration): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.0-canary-2ccce257-20251016173648",
3
+ "version": "1.6.0-canary-beafb11e-20251017173713",
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.",