mirror of https://github.com/sveltejs/svelte
feat: more efficient text-only fragments (#12864)
* feat: more efficient text-only fragments * set_text always receives a string now * another optimisation * revert sandbox change * fix testpull/12865/head
parent
d64aee7432
commit
d421838272
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
feat: more efficient text-only fragments
|
@ -1 +1 @@
|
|||||||
<h1>call +636-555-3226 now</h1>
|
<h1>call +636-555-3226 now<span>!</span></h1>
|
||||||
|
@ -1 +1 @@
|
|||||||
<!--[--><h1>call <a href="tel:+636-555-3226">+636-555-3226</a> now</h1><!--]-->
|
<!--[--><h1>call <a href="tel:+636-555-3226">+636-555-3226</a> now<span>!</span></h1><!--]-->
|
||||||
|
Loading…
Reference in new issue