(options)
| 25 | |
| 26 | class ServeTask extends Task { |
| 27 | constructor(options) { |
| 28 | super(options); |
| 29 | |
| 30 | this._runDeferred = null; |
| 31 | this._builder = null; |
| 32 | } |
| 33 | |
| 34 | async run(options) { |
| 35 | let hasBuild = !!options.path; |
nothing calls this directly
no outgoing calls
no test coverage detected