On this page

new Watching(): Watching
Returns:<Watching>
Attributes
blocked:<boolean>
callbacks:<object>
[]
closed:<boolean>
compiler:<Compiler>
handler:
<CallbackWebpackFunction_2> < <Stats> , <void> >
invalid:<boolean>
lastWatcherStartTime:<number>
pausedWatcher:
<Watcher> | <null>
running:<boolean>
startTime:<number> | <null>
suspended:<boolean>
watcher:
<Watcher> | <null>
watchOptions:<WatchOptions>
close(callback): void
Attributes
callback:<object>
Returns:
{void}

Processes the provided error callback.


invalidate(callback?): void
Attributes
callback:<object>
Returns:
{void}

Processes the provided error callback.


resume(): void
Returns:
{void}

suspend(): void
Returns:
{void}

watch(files, dirs, missing): void

Processes the provided file.