(node)
| 13 | const needParseDeclaration = /(?:url|(?:-webkit-)?image-set)\(/i; |
| 14 | |
| 15 | function getNodeFromUrlFunc(node) { |
| 16 | return node.nodes && node.nodes[0]; |
| 17 | } |
| 18 | |
| 19 | function getWebpackIgnoreCommentValue(index, nodes, inBetween) { |
| 20 | if (index === 0 && typeof inBetween !== "undefined") { |
no outgoing calls
no test coverage detected
searching dependent graphs…