new Watching(): WatchingReturns:
<Watching>Attributes
blocked:
<boolean>callbacks:
{((err: Error | null, result?: void) => void)[]}
closed:
<boolean>compiler:
<Compiler>handler:
<CallbackWebpackFunction_2>invalid:
<boolean>lastWatcherStartTime:
<number>running:
<boolean>suspended:
<boolean>watchOptions:
<WatchOptions>close(callback): voidProcesses the provided error callback.
invalidate(callback?): voidProcesses the provided error callback.
resume(): voidReturns:
<void>suspend(): voidReturns:
<void>watch(files, dirs, missing): voidfiles{Iterable} dirs{Iterable} missing{Iterable} - Returns:
<void>
Processes the provided file.