mirror of https://github.com/sveltejs/svelte
fix: allow more characters in the unicode range as component identifiers (#13198)
fixes #13194 We narrowed the allowed characters in #13057, but didn't take into account all possible (and for JavaScript identifiers allowed) unicode characters. This widens that, which also removes the accidental breaking change (because in Svelte 4 you were allowed to use these unicode characters).pull/13141/head
parent
ccbb0b1de2
commit
7998f4ce54
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: allow more characters in the unicode range as component identifiers
|
Loading…
Reference in new issue