mirror of https://github.com/webpack/webpack.git
update type.d.ts file
This commit is contained in:
parent
14478b90c8
commit
cf52880fb6
|
|
@ -1239,6 +1239,11 @@ declare interface CodeGenerationContext {
|
|||
* code generation results of other modules (need to have a codeGenerationDependency to use that)
|
||||
*/
|
||||
codeGenerationResults: CodeGenerationResults;
|
||||
|
||||
/**
|
||||
* the compilation
|
||||
*/
|
||||
compilation?: Compilation;
|
||||
}
|
||||
declare interface CodeGenerationResult {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue