()
| 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 | } |
| 14741 | render(_block, _parent_node, _parent_nodes) { |
| 14742 | throw Error("Wrapper class is not renderable"); |
| 14743 | } |
no outgoing calls
no test coverage detected