| 15 | const ConstructedFromBuilder = Symbol('Watcher.build'); |
| 16 | |
| 17 | module.exports = class Watcher extends CoreObject { |
| 18 | constructor(_options, build) { |
| 19 | if (build !== ConstructedFromBuilder) { |
| 20 | throw new Error('instantiate Watcher with (await Watcher.build()).watcher, not new Watcher()'); |
nothing calls this directly
no outgoing calls
no test coverage detected