new Watching(): WatchingReturns:
<Watching>Attributes
blocked:
<boolean>callbacks:
<object[]>closed:
<boolean>compiler:
<Compiler>handler:
{CallbackWebpackFunction_2<Stats, void>}
invalid:
<boolean>lastWatcherStartTime:
<number>pausedWatcher:
{Watcher}
running:
<boolean>startTime:
<number>suspended:
<boolean>watcher:
{Watcher}
watchOptions:
{WatchOptions}
webpack.Watching.close(callback): voidAttributes
callback:
<object>Returns:
{void}
webpack.Watching.invalidate(callback?): voidAttributes
callback:
<object>Returns:
{void}
webpack.Watching.resume(): voidReturns:
{void}
webpack.Watching.suspend(): voidReturns:
{void}
webpack.Watching.watch(files, dirs, missing): voidfiles{Iterable} dirs{Iterable} missing{Iterable} - Returns: {void}