| 3 | const Watcher = require('./watcher'); |
| 4 | |
| 5 | module.exports = class ServerWatcher extends Watcher { |
| 6 | static async build(options, build) { |
| 7 | let { watcher: instance } = await super.build(options, build); |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected