(anchor)
| 14733 | return anchor; |
| 14734 | } |
| 14735 | get_update_mount_node(anchor) { |
| 14736 | return this.parent && this.parent.is_dom_node() ? this.parent.var : x`${anchor}.parentNode`; |
| 14737 | } |
| 14738 | is_dom_node() { |
| 14739 | return this.node.type === "Element" || this.node.type === "Text" || this.node.type === "MustacheTag"; |
| 14740 | } |
no test coverage detected