Class ParcelFileSystemWatcherService

Singleton implementation of the watch server.

Since multiple clients all make requests to this service, we need to track those individually via a clientId.

Implements

Constructors

Properties

client: undefined | FileSystemWatcherServiceClient

this.client is undefined until someone sets it.

watcherHandles: Map<number, PacelWatcherHandle> = ...
watcherId: number = 0
watchers: Map<string, ParcelWatcher> = ...

Methods