* @return {boolean}
()
| 16 | * @return {boolean} |
| 17 | */ |
| 18 | function includeSourcesContent() { |
| 19 | if (argv._.includes('dist')) { |
| 20 | return !!argv.full_sourcemaps; |
| 21 | } |
| 22 | return true; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * @param {Array<Object|string>} mapChain |
no outgoing calls
no test coverage detected