()
| 242 | } |
| 243 | |
| 244 | isSourcesContent() { |
| 245 | if (typeof this.mapOpts.sourcesContent !== 'undefined') { |
| 246 | return this.mapOpts.sourcesContent |
| 247 | } |
| 248 | if (this.previous().length) { |
| 249 | return this.previous().some(i => i.withContent()) |
| 250 | } |
| 251 | return true |
| 252 | } |
| 253 | |
| 254 | outputFile() { |
| 255 | if (this.opts.to) { |
no test coverage detected