@rspack/binding
Advanced tools
Comparing version 0.7.0 to 0.7.1-canary-06990bb-20240531053011
@@ -182,2 +182,11 @@ /* auto-generated by NAPI-RS */ | ||
export interface JsAdditionalTreeRuntimeRequirementsArg { | ||
chunk: JsChunk | ||
runtimeRequirements: JsRuntimeGlobals | ||
} | ||
export interface JsAdditionalTreeRuntimeRequirementsResult { | ||
runtimeRequirements: JsRuntimeGlobals | ||
} | ||
export interface JsAfterResolveData { | ||
@@ -445,2 +454,6 @@ request: string | ||
export interface JsRuntimeGlobals { | ||
value: Array<string> | ||
} | ||
export interface JsRuntimeModule { | ||
@@ -976,2 +989,6 @@ source?: JsCompatSource | ||
wrappedContextCritical: boolean | ||
exportsPresence?: string | ||
importExportsPresence?: string | ||
reexportExportsPresence?: string | ||
strictExportPresence: boolean | ||
} | ||
@@ -1413,13 +1430,14 @@ | ||
CompilationOptimizeChunkModules = 16, | ||
CompilationRuntimeModule = 17, | ||
CompilationChunkAsset = 18, | ||
CompilationProcessAssets = 19, | ||
CompilationAfterProcessAssets = 20, | ||
CompilationAfterSeal = 21, | ||
NormalModuleFactoryBeforeResolve = 22, | ||
NormalModuleFactoryAfterResolve = 23, | ||
NormalModuleFactoryCreateModule = 24, | ||
NormalModuleFactoryResolveForScheme = 25, | ||
ContextModuleFactoryBeforeResolve = 26, | ||
ContextModuleFactoryAfterResolve = 27 | ||
CompilationAdditionalTreeRuntimeRequirements = 17, | ||
CompilationRuntimeModule = 18, | ||
CompilationChunkAsset = 19, | ||
CompilationProcessAssets = 20, | ||
CompilationAfterProcessAssets = 21, | ||
CompilationAfterSeal = 22, | ||
NormalModuleFactoryBeforeResolve = 23, | ||
NormalModuleFactoryAfterResolve = 24, | ||
NormalModuleFactoryCreateModule = 25, | ||
NormalModuleFactoryResolveForScheme = 26, | ||
ContextModuleFactoryBeforeResolve = 27, | ||
ContextModuleFactoryAfterResolve = 28 | ||
} | ||
@@ -1440,2 +1458,3 @@ | ||
registerCompilationExecuteModuleTaps: (stages: Array<number>) => Array<{ function: ((arg: JsExecuteModuleArg) => void); stage: number; }> | ||
registerCompilationAdditionalTreeRuntimeRequirements: (stages: Array<number>) => Array<{ function: ((arg: JsAdditionalTreeRuntimeRequirementsArg) => JsAdditionalTreeRuntimeRequirementsResult | undefined); stage: number; }> | ||
registerCompilationRuntimeModuleTaps: (stages: Array<number>) => Array<{ function: ((arg: JsRuntimeModuleArg) => JsRuntimeModule | undefined); stage: number; }> | ||
@@ -1442,0 +1461,0 @@ registerCompilationFinishModulesTaps: (stages: Array<number>) => Array<{ function: ((arg: JsCompilation) => Promise<void>); stage: number; }> |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.7.0", | ||
"version": "0.7.1-canary-06990bb-20240531053011", | ||
"license": "MIT", | ||
@@ -25,11 +25,11 @@ "description": "Node binding for rspack", | ||
"optionalDependencies": { | ||
"@rspack/binding-darwin-arm64": "0.7.0", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.0", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.0", | ||
"@rspack/binding-linux-arm64-musl": "0.7.0", | ||
"@rspack/binding-darwin-x64": "0.7.0", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.0", | ||
"@rspack/binding-linux-x64-gnu": "0.7.0", | ||
"@rspack/binding-linux-x64-musl": "0.7.0", | ||
"@rspack/binding-win32-x64-msvc": "0.7.0" | ||
"@rspack/binding-darwin-arm64": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-darwin-x64": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-linux-x64-gnu": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-linux-arm64-musl": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-linux-x64-musl": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.1-canary-06990bb-20240531053011", | ||
"@rspack/binding-win32-x64-msvc": "0.7.1-canary-06990bb-20240531053011" | ||
}, | ||
@@ -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
54632
1523