@rspack/core
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -50,2 +50,4 @@ import { BuiltinPluginName, type JsAfterEmitData, type JsAfterTemplateExecutionData, type JsAlterAssetTagGroupsData, type JsAlterAssetTagsData, type JsBeforeAssetTagGenerationData, type JsBeforeEmitData, type JsHtmlPluginTag } from "@rspack/binding"; | ||
excludeChunks?: string[]; | ||
/** Allows to control how chunks should be sorted before they are included to the HTML. */ | ||
chunksSortMode?: "auto" | "manual"; | ||
/** The sri hash algorithm, disabled by default. */ | ||
@@ -52,0 +54,0 @@ sri?: "sha256" | "sha384" | "sha512"; |
@@ -378,2 +378,4 @@ /** | ||
__internal_getInner(): binding.JsCompilation; | ||
get __internal__shutdown(): boolean; | ||
set __internal__shutdown(shutdown: boolean); | ||
seal(): void; | ||
@@ -380,0 +382,0 @@ unseal(): void; |
@@ -69,3 +69,2 @@ /** | ||
chunkLoadTimeout?: number; | ||
cssHeadDataCompression?: boolean; | ||
compareBeforeEmit?: boolean; | ||
@@ -128,3 +127,4 @@ } | ||
profile?: Profile; | ||
amd?: string; | ||
bail?: Bail; | ||
} |
@@ -77,2 +77,3 @@ import type { JsCodegenerationResult, JsContextModuleFactoryAfterResolveData, JsContextModuleFactoryBeforeResolveData, JsCreateData, JsFactoryMeta } from "@rspack/binding"; | ||
readonly blocks: DependenciesBlock[]; | ||
readonly dependencies: Dependency[]; | ||
readonly useSourceMap: boolean; | ||
@@ -79,0 +80,0 @@ static __from_binding(binding: JsModule, compilation?: Compilation): Module; |
@@ -7,4 +7,4 @@ import type { Compilation } from "./Compilation"; | ||
#private; | ||
compilation: Compilation; | ||
constructor(compilation: Compilation); | ||
get compilation(): Compilation; | ||
get hash(): Readonly<string | null>; | ||
@@ -11,0 +11,0 @@ get startTime(): number | undefined; |
type CallFn<D> = (args: D[]) => void; | ||
export default class MergeCaller<D> { | ||
private timer; | ||
private callArgs; | ||
private debounceTime; | ||
private callFn; | ||
constructor(fn: CallFn<D>, debounceTime: number); | ||
constructor(fn: CallFn<D>); | ||
private finalCall; | ||
@@ -9,0 +7,0 @@ push(...data: D[]): void; |
@@ -1,7 +0,7 @@ | ||
import type { JsCompatSource } from "@rspack/binding"; | ||
import type { JsCompatSourceOwned } from "@rspack/binding"; | ||
import { Source } from "../../compiled/webpack-sources"; | ||
declare class JsSource extends Source { | ||
static __from_binding(source: JsCompatSource): Source; | ||
static __to_binding(source: Source): JsCompatSource; | ||
static __from_binding(source: JsCompatSourceOwned): Source; | ||
static __to_binding(source: Source): JsCompatSourceOwned; | ||
} | ||
export { JsSource }; |
{ | ||
"name": "@rspack/core", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"webpackVersion": "5.75.0", | ||
@@ -64,3 +64,3 @@ "license": "MIT", | ||
"caniuse-lite": "^1.0.30001616", | ||
"@rspack/binding": "1.1.4" | ||
"@rspack/binding": "1.1.5" | ||
}, | ||
@@ -67,0 +67,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1950407
51922
+ Added@rspack/binding@1.1.5(transitive)
+ Added@rspack/binding-darwin-arm64@1.1.5(transitive)
+ Added@rspack/binding-darwin-x64@1.1.5(transitive)
+ Added@rspack/binding-linux-arm64-gnu@1.1.5(transitive)
+ Added@rspack/binding-linux-arm64-musl@1.1.5(transitive)
+ Added@rspack/binding-linux-x64-gnu@1.1.5(transitive)
+ Added@rspack/binding-linux-x64-musl@1.1.5(transitive)
+ Added@rspack/binding-win32-arm64-msvc@1.1.5(transitive)
+ Added@rspack/binding-win32-ia32-msvc@1.1.5(transitive)
+ Added@rspack/binding-win32-x64-msvc@1.1.5(transitive)
- Removed@rspack/binding@1.1.4(transitive)
- Removed@rspack/binding-darwin-arm64@1.1.4(transitive)
- Removed@rspack/binding-darwin-x64@1.1.4(transitive)
- Removed@rspack/binding-linux-arm64-gnu@1.1.4(transitive)
- Removed@rspack/binding-linux-arm64-musl@1.1.4(transitive)
- Removed@rspack/binding-linux-x64-gnu@1.1.4(transitive)
- Removed@rspack/binding-linux-x64-musl@1.1.4(transitive)
- Removed@rspack/binding-win32-arm64-msvc@1.1.4(transitive)
- Removed@rspack/binding-win32-ia32-msvc@1.1.4(transitive)
- Removed@rspack/binding-win32-x64-msvc@1.1.4(transitive)
Updated@rspack/binding@1.1.5