Merge pull request #6219 from nurbek91/svelte

Update Svelte / js frameworks
main
Elbert Alias 3 years ago committed by GitHub
commit 3f9b413c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4899,7 +4899,13 @@
12
],
"description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.",
"html": "<[^>]+class=\\\"[^\\\"]+\\ssvelte-[\\w]*\\\"",
"dom": {
"*": {
"attributes": {
"class": "svelte-\\w+"
}
}
},
"icon": "Svelte.svg",
"oss": true,
"website": "https://svelte.dev"