@rspack/binding
Advanced tools
Comparing version 0.7.5-canary-08f2925-20240618102814 to 0.7.5-canary-129960e-20240620181737
@@ -281,3 +281,3 @@ /* auto-generated by NAPI-RS */ | ||
renderedHash?: string | ||
chunkReasons: Array<string> | ||
chunkReason: Array<string> | ||
auxiliaryFiles: Array<string> | ||
@@ -778,3 +778,3 @@ } | ||
from: string | ||
to?: string | ||
to?: string | ((pathData: { context: string; absoluteFilename?: string }) => string) | ||
context?: string | ||
@@ -871,2 +871,3 @@ toType?: string | ||
export interface RawEnvironment { | ||
const?: boolean | ||
arrowFunction?: boolean | ||
@@ -1414,2 +1415,7 @@ } | ||
export interface RawToOptions { | ||
context: string | ||
absoluteFilename?: string | ||
} | ||
export interface RawTrustedTypes { | ||
@@ -1448,12 +1454,14 @@ policyName?: string | ||
CompilationRuntimeModule = 18, | ||
CompilationChunkAsset = 19, | ||
CompilationProcessAssets = 20, | ||
CompilationAfterProcessAssets = 21, | ||
CompilationAfterSeal = 22, | ||
NormalModuleFactoryBeforeResolve = 23, | ||
NormalModuleFactoryAfterResolve = 24, | ||
NormalModuleFactoryCreateModule = 25, | ||
NormalModuleFactoryResolveForScheme = 26, | ||
ContextModuleFactoryBeforeResolve = 27, | ||
ContextModuleFactoryAfterResolve = 28 | ||
CompilationChunkHash = 19, | ||
CompilationChunkAsset = 20, | ||
CompilationProcessAssets = 21, | ||
CompilationAfterProcessAssets = 22, | ||
CompilationAfterSeal = 23, | ||
NormalModuleFactoryBeforeResolve = 24, | ||
NormalModuleFactoryAfterResolve = 25, | ||
NormalModuleFactoryCreateModule = 26, | ||
NormalModuleFactoryResolveForScheme = 27, | ||
ContextModuleFactoryBeforeResolve = 28, | ||
ContextModuleFactoryAfterResolve = 29, | ||
JavascriptModulesChunkHash = 30 | ||
} | ||
@@ -1481,2 +1489,3 @@ | ||
registerCompilationOptimizeChunkModulesTaps: (stages: Array<number>) => Array<{ function: (() => Promise<boolean | undefined>); stage: number; }> | ||
registerCompilationChunkHashTaps: (stages: Array<number>) => Array<{ function: ((arg: JsChunk) => Buffer); stage: number; }> | ||
registerCompilationChunkAssetTaps: (stages: Array<number>) => Array<{ function: ((arg: JsChunkAssetArgs) => void); stage: number; }> | ||
@@ -1492,2 +1501,3 @@ registerCompilationProcessAssetsTaps: (stages: Array<number>) => Array<{ function: ((arg: JsCompilation) => Promise<void>); stage: number; }> | ||
registerContextModuleFactoryAfterResolveTaps: (stages: Array<number>) => Array<{ function: ((arg: false | JsContextModuleFactoryAfterResolveData) => Promise<false | JsContextModuleFactoryAfterResolveData>); stage: number; }> | ||
registerJavascriptModulesChunkHashTaps: (stages: Array<number>) => Array<{ function: ((arg: JsChunk) => Buffer); stage: number; }> | ||
} | ||
@@ -1494,0 +1504,0 @@ |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.7.5-canary-08f2925-20240618102814", | ||
"version": "0.7.5-canary-129960e-20240620181737", | ||
"license": "MIT", | ||
@@ -25,11 +25,11 @@ "description": "Node binding for rspack", | ||
"optionalDependencies": { | ||
"@rspack/binding-darwin-arm64": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-darwin-x64": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-linux-arm64-musl": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-linux-x64-gnu": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-linux-x64-musl": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/binding-win32-x64-msvc": "0.7.5-canary-08f2925-20240618102814" | ||
"@rspack/binding-darwin-arm64": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-darwin-x64": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-linux-arm64-musl": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-linux-x64-musl": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-linux-x64-gnu": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/binding-win32-x64-msvc": "0.7.5-canary-129960e-20240620181737" | ||
}, | ||
@@ -36,0 +36,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
55430
1543