(node)
| 215 | * @returns {void} |
| 216 | */ |
| 217 | export function clear_text_content(node) { |
| 218 | node.textContent = ''; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Returns `true` if we're updating the current block, for example `condition` in |
no outgoing calls
no test coverage detected