👷♂️ Patch fixes
- Adds support for using
Node.prototype.cloneNode.call(element)
,Node.prototype.appendChild.call(element)
,Node.prototype.removeChild.call(element)
,Node.prototype.insertBefore.call(element)
andNode.prototype.replaceChild.call(element)
, which Svelte v5 relies on - By @capricorn86 in task #1392