(context, node)
| 1556 | exports.default = _default; |
| 1557 | |
| 1558 | function fallback(context, node) { |
| 1559 | if (node) do { |
| 1560 | if (node === context) return true; |
| 1561 | } while (node = node.parentNode); |
| 1562 | return false; |
| 1563 | } |
| 1564 | |
| 1565 | module.exports = exports["default"]; |
| 1566 |
no outgoing calls
no test coverage detected
searching dependent graphs…