()
| 846 | } |
| 847 | |
| 848 | function ready () { |
| 849 | self.emit('bundle', output); |
| 850 | self.pipeline.end(); |
| 851 | } |
| 852 | |
| 853 | if (this._pending === 0) ready(); |
| 854 | else this.once('_ready', ready); |
no outgoing calls
no test coverage detected
searching dependent graphs…