(newChild, parent, existingChild)
| 42 | } |
| 43 | return collection; |
| 44 | }, _disallowInline = (element) => window.getComputedStyle(element).display === "inline" && (element.style.display = "inline-block"), _insertNodeBefore = (newChild, parent, existingChild) => parent.insertBefore(typeof newChild === "string" ? document.createTextNode(newChild) : newChild, existingChild), _getWrapper = (type, config, collection) => { |
| 45 | let className = config[type + "sClass"] || "", { tag = "div", aria = "auto", propIndex = false } = config, display = type === "line" ? "block" : "inline-block", incrementClass = className.indexOf("++") > -1, wrapper = (text) => { |
| 46 | let el = document.createElement(tag), i = collection.length + 1; |
| 47 | className && (el.className = className + (incrementClass ? " " + className + i : "")); |
no outgoing calls
no test coverage detected
searching dependent graphs…