(options)
| 9 | |
| 10 | class BuildWatchTask extends Task { |
| 11 | constructor(options) { |
| 12 | super(options); |
| 13 | |
| 14 | this._builder = null; |
| 15 | this._runDeferred = null; |
| 16 | } |
| 17 | |
| 18 | async run(options) { |
| 19 | let { ui } = this; |
nothing calls this directly
no outgoing calls
no test coverage detected