Skip to content

Commit a014a79

Browse files
committed
no need to sort these
1 parent 80c7017 commit a014a79

File tree

1 file changed

+0
-1
lines changed
  • apps/svelte.dev/scripts/sync-docs

1 file changed

+0
-1
lines changed

apps/svelte.dev/scripts/sync-docs/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ for (const pkg of packages) {
145145
migrate_meta_json(`${DOCS}/${pkg.name}`);
146146

147147
const modules = await pkg.process_modules(await read_types(`${pkg.local}/${pkg.pkg}/`, []), pkg);
148-
modules.sort((a, b) => (a.name! < b.name! ? -1 : 1));
149148

150149
const files = glob(`${DOCS}/${pkg.name}/**/*.md`);
151150

0 commit comments

Comments
 (0)