(el)
| 82 | el ? Object.fromEntries(xs.map((x) => [camel(x), el.getAttribute(x)])) : null; |
| 83 | |
| 84 | const getElementText = (el) => normalizeWhitespace(el?.textContent); |
| 85 | |
| 86 | const childGetter = (doc, ns) => { |
| 87 | // ignore the namespace if it doesn't appear in document at all |
no test coverage detected