@rspack/core
Advanced tools
@@ -16,2 +16,3 @@ /** | ||
| import type { EntryOptions, EntryPlugin } from './builtin-plugin/index.js'; | ||
| import './Chunk.js'; | ||
| import type { Chunk } from './Chunk.js'; | ||
@@ -37,3 +38,2 @@ import type { ChunkGraph } from './ChunkGraph.js'; | ||
| import type Hash from './util/hash/index.js'; | ||
| import './Chunk.js'; | ||
| import './Chunks.js'; | ||
@@ -49,8 +49,2 @@ import './ChunkGraph.js'; | ||
| } | ||
| export type ChunkPathData = { | ||
| id?: string | number; | ||
| name?: string; | ||
| hash?: string; | ||
| contentHash?: Record<string, string>; | ||
| }; | ||
| export type PathData = { | ||
@@ -66,2 +60,8 @@ filename?: string; | ||
| }; | ||
| export type ChunkPathData = { | ||
| id?: string | number; | ||
| name?: string; | ||
| hash?: string; | ||
| contentHash?: Record<string, string> | string; | ||
| }; | ||
| export interface LogEntry { | ||
@@ -68,0 +68,0 @@ type: string; |
@@ -46,5 +46,7 @@ declare const rspackVersion: string; | ||
| export type * from './config/index.js'; | ||
| import { cachedCleverMerge as cleverMerge } from './util/cleverMerge.js'; | ||
| import { createHash } from './util/createHash.js'; | ||
| export declare const util: { | ||
| createHash: (algorithm: 'xxhash64' | 'md4' | 'native-md4' | (string & {}) | (new () => import("./util/hash/index.js").default)) => import("./util/hash/index.js").default; | ||
| cleverMerge: <First, Second>(first: First, second: Second) => First | Second | (First & Second); | ||
| createHash: typeof createHash; | ||
| cleverMerge: typeof cleverMerge; | ||
| }; | ||
@@ -51,0 +53,0 @@ export type { BannerPluginArgument, DefinePluginOptions, EntryOptions, ProgressPluginHandlerInfo, ProgressPluginOptions, ProvidePluginOptions, } from './builtin-plugin/index.js'; |
+3
-3
| { | ||
| "name": "@rspack/core", | ||
| "version": "2.1.2", | ||
| "version": "2.1.3", | ||
| "webpackVersion": "5.75.0", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
| "@rsbuild/plugin-node-polyfill": "^1.4.6", | ||
| "@rslib/core": "^0.23.0", | ||
| "@rslib/core": "^0.23.2", | ||
| "@rspack/lite-tapable": "1.1.2", | ||
@@ -62,3 +62,3 @@ "@swc/types": "0.1.27", | ||
| "dependencies": { | ||
| "@rspack/binding": "2.1.2" | ||
| "@rspack/binding": "2.1.3" | ||
| }, | ||
@@ -65,0 +65,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
1672396
0.02%40562
0.06%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated