()
| 235 | } |
| 236 | |
| 237 | isMap() { |
| 238 | if (typeof this.opts.map !== 'undefined') { |
| 239 | return !!this.opts.map |
| 240 | } |
| 241 | return this.previous().length > 0 |
| 242 | } |
| 243 | |
| 244 | isSourcesContent() { |
| 245 | if (typeof this.mapOpts.sourcesContent !== 'undefined') { |
no test coverage detected