Update Svelte / js frameworks

main
nurbek 3 years ago
parent 2d63562c3a
commit f328ada65a

@ -4899,7 +4899,13 @@
12 12
], ],
"description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.", "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", "icon": "Svelte.svg",
"oss": true, "oss": true,
"website": "https://svelte.dev" "website": "https://svelte.dev"

Loading…
Cancel
Save