mirror of https://github.com/webpack/webpack.git
update typings
This commit is contained in:
parent
0d4dbd019a
commit
23f492f8ef
|
|
@ -11596,8 +11596,8 @@ declare abstract class Watching {
|
|||
};
|
||||
compiler: Compiler;
|
||||
running: boolean;
|
||||
watcher: any;
|
||||
pausedWatcher: any;
|
||||
watcher?: null | Watcher;
|
||||
pausedWatcher?: null | Watcher;
|
||||
watch(
|
||||
files: Iterable<string>,
|
||||
dirs: Iterable<string>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue