mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 12:09:40 +08:00
fix(webpack): MultiCompiler extends Tapable
69e0844028/lib/MultiCompiler.js (L12)
This commit is contained in:
4
types/webpack/index.d.ts
vendored
4
types/webpack/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for webpack 3.0
|
||||
// Type definitions for webpack 3.8
|
||||
// Project: https://github.com/webpack/webpack
|
||||
// Definitions by: Qubo <https://github.com/tkqubo>
|
||||
// Benjamin Lim <https://github.com/bumbleblym>
|
||||
@@ -613,7 +613,7 @@ declare namespace webpack {
|
||||
}
|
||||
}
|
||||
|
||||
abstract class MultiCompiler implements ICompiler {
|
||||
abstract class MultiCompiler extends Tapable implements ICompiler {
|
||||
run(handler: MultiCompiler.Handler): void;
|
||||
watch(watchOptions: MultiCompiler.WatchOptions, handler: MultiCompiler.Handler): MultiWatching;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user