mirror of https://github.com/sveltejs/svelte
chore: speed up regex (#11918)
This regex can take longer than expected in certain situations, making it more explicit and adding "not a whitespace" to the set speeds it up Related https://github.com/sveltejs/language-tools/issues/2363pull/11899/head
parent
6efd9d6f44
commit
4da0d2a1d4
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"svelte": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore: speed up regex
|
Loading…
Reference in new issue