()
| 256 | } |
| 257 | |
| 258 | isEmpty() { |
| 259 | return _.isEmpty(this._byFilename) && _.isEmpty(this._byExtension) && |
| 260 | _.isEmpty(this._legacyHandlers); |
| 261 | } |
| 262 | |
| 263 | // Returns an options object suitable for passing to |
| 264 | // `watch.readAndWatchDirectory` to find source files processed by this |
no outgoing calls
no test coverage detected