(n2, container, anchor, namespace)
| 4746 | } |
| 4747 | }; |
| 4748 | const mountStaticNode = (n2, container, anchor, namespace) => { |
| 4749 | [n2.el, n2.anchor] = hostInsertStaticContent( |
| 4750 | n2.children, |
| 4751 | container, |
| 4752 | anchor, |
| 4753 | namespace, |
| 4754 | n2.el, |
| 4755 | n2.anchor |
| 4756 | ); |
| 4757 | }; |
| 4758 | const moveStaticNode = ({ el, anchor }, container, nextSibling) => { |
| 4759 | let next; |
| 4760 | while (el && el !== anchor) { |