@rspack/binding
Advanced tools
Comparing version 0.0.0-20221214040619 to 0.0.0-20221215081027
@@ -99,3 +99,3 @@ /* tslint:disable */ | ||
export interface RawCacheOptions { | ||
cacheType: string | ||
type: string | ||
maxGenerations: number | ||
@@ -183,2 +183,21 @@ maxAge: number | ||
} | ||
export interface JsLoaderContext { | ||
content: Buffer | ||
additionalData?: Buffer | ||
sourceMap?: Buffer | ||
resource: string | ||
resourcePath: string | ||
resourceQuery?: string | ||
resourceFragment?: string | ||
cacheable: boolean | ||
} | ||
export interface JsLoaderResult { | ||
content: Buffer | ||
sourceMap?: Buffer | ||
additionalData?: Buffer | ||
cacheable: boolean | ||
} | ||
export interface RawNodeOption { | ||
dirname?: string | ||
} | ||
export interface RawOptimizationOptions { | ||
@@ -252,2 +271,3 @@ splitChunks?: RawSplitChunksOptions | ||
experiments?: RawExperiments | ||
node?: RawNodeOption | ||
} | ||
@@ -254,0 +274,0 @@ export interface JsAssetInfoRelated { |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221214040619", | ||
"version": "0.0.0-20221215081027", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
642
159769163