Optional
options: Partial<ParcelFileSystemWatcherServerOptions>Protected
clientProtected
Readonly
maybethis.client
is undefined until someone sets it.
Protected
Readonly
optionsProtected
Readonly
watcherProtected
watcherProtected
Readonly
watchersProtected
createProtected
debugProtected
getGiven some URI
and some WatchOptions
, generate a unique key.
Protected
resolveReturn fully qualified options.
Optional
options: WatchOptionsA specific client requests us to watch a given uri
according to some options
.
We internally re-use all the same (uri, options)
pairs.
Optional
options: WatchOptions
Singleton implementation of the watch server.
Since multiple clients all make requests to this service, we need to track those individually via a
clientId
.