@rspack/binding
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -23,4 +23,4 @@ /* auto-generated by NAPI-RS */ | ||
export declare class EntryDataDto { | ||
get dependencies(): Array<JsDependency> | ||
get includeDependencies(): Array<JsDependency> | ||
get dependencies(): JsDependency[] | ||
get includeDependencies(): JsDependency[] | ||
get options(): EntryOptionsDto | ||
@@ -112,3 +112,3 @@ } | ||
set recursive(recursive: boolean) | ||
get dependencies(): Array<JsDependencyMut> | ||
get dependencies(): JsDependency[] | ||
} | ||
@@ -143,4 +143,4 @@ | ||
export declare class JsDependenciesBlock { | ||
get dependencies(): Array<JsDependency> | ||
get blocks(): Array<JsDependenciesBlock> | ||
get dependencies(): JsDependency[] | ||
get blocks(): JsDependenciesBlock[] | ||
} | ||
@@ -153,9 +153,2 @@ | ||
get critical(): boolean | ||
} | ||
export declare class JsDependencyMut { | ||
get type(): string | ||
get category(): string | ||
get request(): string | undefined | ||
get critical(): boolean | ||
set critical(val: boolean) | ||
@@ -188,4 +181,4 @@ } | ||
get layer(): string | undefined | ||
get blocks(): Array<JsDependenciesBlock> | ||
get dependencies(): Array<JsDependency> | ||
get blocks(): JsDependenciesBlock[] | ||
get dependencies(): JsDependency[] | ||
size(ty?: string | undefined | null): number | ||
@@ -526,9 +519,2 @@ get modules(): JsModule[] | undefined | ||
export interface JsChunkPathData { | ||
id?: string | ||
name?: string | ||
hash?: string | ||
contentHash?: string | Record<string, string> | ||
} | ||
export interface JsCodegenerationResult { | ||
@@ -741,6 +727,11 @@ sources: Record<string, string> | ||
id?: string | ||
chunk?: JsChunkPathData | ||
contentHashType?: string | ||
chunk?: JsPathDataChunkLike | ||
} | ||
export interface JsPathDataChunkLike { | ||
name?: string | ||
hash?: string | ||
id?: string | ||
} | ||
export interface JsResolveArgs { | ||
@@ -1355,2 +1346,12 @@ request: string | ||
export interface RawExperimentCacheOptionsCommon { | ||
type: "disable"|"memory" | ||
} | ||
export interface RawExperimentCacheOptionsPersistent { | ||
type: "persistent" | ||
snapshot: RawExperimentSnapshotOptions | ||
storage: Array<RawStorageOptions> | ||
} | ||
export interface RawExperiments { | ||
@@ -1361,4 +1362,11 @@ layers: boolean | ||
rspackFuture: RawRspackFuture | ||
cache: RawExperimentCacheOptionsPersistent | RawExperimentCacheOptionsCommon | ||
} | ||
export interface RawExperimentSnapshotOptions { | ||
immutablePaths: Array<string|RegExp> | ||
unmanagedPaths: Array<string|RegExp> | ||
managedPaths: Array<string|RegExp> | ||
} | ||
export interface RawExposeOptions { | ||
@@ -1475,10 +1483,13 @@ key: string | ||
make: boolean | ||
emitAssets: boolean | ||
inferAsyncModules: boolean | ||
providedExports: boolean | ||
dependenciesDiagnostics: boolean | ||
buildChunkGraph: boolean | ||
modulesHashes: boolean | ||
modulesCodegen: boolean | ||
modulesRuntimeRequirements: boolean | ||
buildChunkGraph: boolean | ||
chunksRuntimeRequirements: boolean | ||
chunksHashes: boolean | ||
chunksRender: boolean | ||
emitAssets: boolean | ||
} | ||
@@ -1570,2 +1581,3 @@ | ||
draft?: RawDraft | ||
drafts?: RawDraft | ||
nonStandard?: RawNonStandard | ||
@@ -1959,2 +1971,7 @@ pseudoClasses?: RawLightningCssPseudoClasses | ||
export interface RawStorageOptions { | ||
type: "filesystem" | ||
directory: string | ||
} | ||
export interface RawSwcJsMinimizerOptions { | ||
@@ -1961,0 +1978,0 @@ compress: any |
{ | ||
"name": "@rspack/binding", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -27,11 +27,11 @@ "description": "Node binding for rspack", | ||
"optionalDependencies": { | ||
"@rspack/binding-darwin-arm64": "1.1.1", | ||
"@rspack/binding-win32-arm64-msvc": "1.1.1", | ||
"@rspack/binding-linux-arm64-gnu": "1.1.1", | ||
"@rspack/binding-linux-arm64-musl": "1.1.1", | ||
"@rspack/binding-win32-ia32-msvc": "1.1.1", | ||
"@rspack/binding-linux-x64-musl": "1.1.1", | ||
"@rspack/binding-win32-x64-msvc": "1.1.1", | ||
"@rspack/binding-darwin-x64": "1.1.1", | ||
"@rspack/binding-linux-x64-gnu": "1.1.1" | ||
"@rspack/binding-darwin-arm64": "1.1.2", | ||
"@rspack/binding-linux-arm64-gnu": "1.1.2", | ||
"@rspack/binding-win32-arm64-msvc": "1.1.2", | ||
"@rspack/binding-linux-arm64-musl": "1.1.2", | ||
"@rspack/binding-win32-ia32-msvc": "1.1.2", | ||
"@rspack/binding-win32-x64-msvc": "1.1.2", | ||
"@rspack/binding-linux-x64-gnu": "1.1.2", | ||
"@rspack/binding-linux-x64-musl": "1.1.2", | ||
"@rspack/binding-darwin-x64": "1.1.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
73522
2076