(files)
| 20 | playgroundURL: "https://svelte.dev/repl", |
| 21 | documentationURL: "https://svelte.dev/", |
| 22 | filesSorter(files) { |
| 23 | return sortAllFilenames(files, ["index.html", "app.js", "App.svelte"]); |
| 24 | }, |
| 25 | repositoryLink: "https://github.com/sveltejs/svelte", |
| 26 | mainPackageName: "svelte", |
| 27 | }, |
nothing calls this directly
no test coverage detected