(node)
| 97 | */ |
| 98 | /*@__NO_SIDE_EFFECTS__*/ |
| 99 | export function get_next_sibling(node) { |
| 100 | return /** @type {TemplateNode | null} */ (next_sibling_getter.call(node)); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Don't mark this as side-effect-free, hydration needs to walk all nodes |
no outgoing calls
no test coverage detected