import {BuildNodeWatcher} from 'projext/src/services/building/buildNodeWatcher.js'
BuildNodeWatcher
This service provides a simple interface for watching targets using watchpack
.
The actual service that does the 'watching' is buildNodeWatcherProcess
, but this
one takes care of reading and processing a target settings before telling the other service
to start watching.
Constructor Summary
Public Constructor | ||
public |
constructor(buildNodeWatcherProcess: BuildNodeWatcherProcess#run, targets: Targets) |
Member Summary
Public Members | ||
public |
buildNodeWatcherProcess: BuildNodeWatcherProcess#run A local reference for the |
|
public |
A local reference for the |
Method Summary
Public Methods | ||
public |
watchTarget(target: Target): Watchpack Watch a target. |
Public Constructors
Public Members
public buildNodeWatcherProcess: BuildNodeWatcherProcess#run source
A local reference for the buildNodeWatcherProcess
service.