MCPcopy
hub / github.com/matschik/component-party.dev / filesSorter

Function filesSorter

frameworks.mjs:22–24  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

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 },

Callers

nothing calls this directly

Calls 1

sortAllFilenamesFunction · 0.85

Tested by

no test coverage detected